Need to define DL_EXPORT, of course!
This commit is contained in:
parent
e18f8878aa
commit
9df827f3ba
|
@ -83,6 +83,7 @@ typedef int pid_t;
|
|||
#endif
|
||||
#ifdef USE_DL_EXPORT
|
||||
#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
|
||||
#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
|
||||
#endif
|
||||
|
||||
#define HAVE_LONG_LONG 1
|
||||
|
|
Loading…
Reference in New Issue