mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
For Windows, need to add #include <windows.h>.
This commit is contained in:
parent
313a3e36e7
commit
95288862bb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue