Commit e6ab80e2 authored by Guido van Rossum's avatar Guido van Rossum

Need to define DL_EXPORT, of course!

parent 70360452
...@@ -83,6 +83,7 @@ typedef int pid_t; ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment