diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/importdl.h b/Python/importdl.h index 5c729a8..0556313 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -64,6 +64,7 @@ extern PyObject *_PyImport_LoadDynamicModule #define MAXSUFFIXSIZE 12 #ifdef MS_WINDOWS +#include <windows.h> typedef FARPROC dl_funcptr; #else #ifdef PYOS_OS2 |