projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313a3e3
)
For Windows, need to add #include <windows.h>.
author
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 22:55:03 +0000
(22:55 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 20 Dec 1999 22:55:03 +0000
(22:55 +0000)
Python/importdl.h
patch
|
blob
|
history
diff --git
a/Python/importdl.h
b/Python/importdl.h
index 5c729a87139b99cbf3826fec93f36d3eaf75817a..0556313c798d824ba39bf57a6f6fe9cac56a6eda 100644
(file)
--- 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