Changeset 25 in Main for trunk/Server
- Timestamp:
- Sep 15, 2024, 12:10:29 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/module.c
r18 r25 28 28 lib = LoadLibraryA(path); 29 29 #else 30 lib = dlopen(path, DL_LAZY);30 lib = dlopen(path, RTLD_LAZY); 31 31 #endif 32 32 if(lib == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.