Commit 40aa37c1 authored by Guido van Rossum's avatar Guido van Rossum

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

parent 916b4e38
......@@ -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
......
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