.
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
typedef void* B3_DYNLIB_HANDLE;
|
typedef void* B3_DYNLIB_HANDLE;
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define B3_DYNLIB_OPEN(path) dlmopen(LM_ID_NEWLM, path, RTLD_LAZY)
|
|
||||||
#else
|
|
||||||
#define B3_DYNLIB_OPEN(path) dlopen(path, RTLD_NOW | RTLD_GLOBAL)
|
#define B3_DYNLIB_OPEN(path) dlopen(path, RTLD_NOW | RTLD_GLOBAL)
|
||||||
|
#else
|
||||||
|
#define B3_DYNLIB_OPEN(path) dlmopen(LM_ID_NEWLM, path, RTLD_LAZY)
|
||||||
#endif
|
#endif
|
||||||
#define B3_DYNLIB_CLOSE dlclose
|
#define B3_DYNLIB_CLOSE dlclose
|
||||||
#define B3_DYNLIB_IMPORT dlsym
|
#define B3_DYNLIB_IMPORT dlsym
|
||||||
|
|||||||
Reference in New Issue
Block a user