For Windows, need to add #include <windows.h>.
This commit is contained in:
parent
313a3e36e7
commit
95288862bb
|
@ -64,6 +64,7 @@ extern PyObject *_PyImport_LoadDynamicModule
|
||||||
#define MAXSUFFIXSIZE 12
|
#define MAXSUFFIXSIZE 12
|
||||||
|
|
||||||
#ifdef MS_WINDOWS
|
#ifdef MS_WINDOWS
|
||||||
|
#include <windows.h>
|
||||||
typedef FARPROC dl_funcptr;
|
typedef FARPROC dl_funcptr;
|
||||||
#else
|
#else
|
||||||
#ifdef PYOS_OS2
|
#ifdef PYOS_OS2
|
||||||
|
|
Loading…
Reference in New Issue