- Timestamp:
- Oct 17, 2024, 9:54:56 AM (4 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/Makefile
r315 r366 19 19 20 20 clean: 21 rm -f *.o *.so *.a *.dll *.tds *.obj 21 rm -f *.o *.so *.a *.dll *.tds *.obj *.nlm -
trunk/Server/module.c
r359 r366 61 61 #elif defined(__NETWARE__) 62 62 *hnd = FindNLMHandle(path); 63 if(*hnd == 0){ 64 free(hnd); 65 hnd = NULL; 66 } 63 67 lib = (void*)hnd; 64 68 #else
Note:
See TracChangeset
for help on using the changeset viewer.