ugh, amd64-32 compat
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __linux__
|
||||
# define dlmount(x) dlopen(x, RTLD_NOW)
|
||||
# define dlmount(x) dlopen(x, RTLD_NOW|RTLD_GLOBAL)
|
||||
typedef void* HINSTANCE;
|
||||
#else
|
||||
# define dlsym(x, s) GetProcAddress(x, s)
|
||||
|
Reference in New Issue
Block a user