ugh, amd64-32 compat

This commit is contained in:
David Anderson
2005-08-02 18:37:59 +00:00
parent f2c3dfa874
commit a819a494b8
4 changed files with 7 additions and 6 deletions

View File

@ -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)