mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +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
|
#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…
Add table
Add a link
Reference in a new issue