For Windows, need to add #include <windows.h>.

This commit is contained in:
Guido van Rossum 1999-12-20 22:55:03 +00:00
parent 313a3e36e7
commit 95288862bb
1 changed files with 1 additions and 0 deletions

View File

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