Changeset 25 in Main for trunk/Server


Ignore:
Timestamp:
Sep 15, 2024, 12:10:29 AM (2 months ago)
Author:
Nishi
Message:

fix dylib load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/module.c

    r18 r25  
    2828        lib = LoadLibraryA(path);
    2929#else
    30         lib = dlopen(path, DL_LAZY);
     30        lib = dlopen(path, RTLD_LAZY);
    3131#endif
    3232        if(lib == NULL) {
Note: See TracChangeset for help on using the changeset viewer.