projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18f887
)
Need to define DL_EXPORT, of course!
author
Guido van Rossum
<guido@python.org>
Thu, 10 Dec 1998 16:50:49 +0000
(16:50 +0000)
committer
Guido van Rossum
<guido@python.org>
Thu, 10 Dec 1998 16:50:49 +0000
(16:50 +0000)
PC/config.h
patch
|
blob
|
history
diff --git
a/PC/config.h
b/PC/config.h
index a719269dc6c96769fe196ade7fee8b146b8baa09..0573964e450da095f36c62a2d2d7d222da4234e3 100644
(file)
--- a/
PC/config.h
+++ b/
PC/config.h
@@
-83,6
+83,7
@@
typedef int pid_t;
#endif
#ifdef USE_DL_EXPORT
#define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE
+#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
#endif
#define HAVE_LONG_LONG 1