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
|
#endif
|
||||||
#ifdef USE_DL_EXPORT
|
#ifdef USE_DL_EXPORT
|
||||||
#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
|
#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
|
||||||
|
#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define HAVE_LONG_LONG 1
|
#define HAVE_LONG_LONG 1
|
||||||
|
|
Loading…
Reference in New Issue