summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-12-10 16:50:49 (GMT)
committerGuido van Rossum <guido@python.org>1998-12-10 16:50:49 (GMT)
commit9df827f3ba53f290fc12846cd4ee3d95ca343099 (patch)
tree64b9e17d5a206793e76fda8985ca62ad679ca5d7
parente18f8878aaed3f548066a27d32ffc398a10ad5ef (diff)
downloadcpython-9df827f3ba53f290fc12846cd4ee3d95ca343099.zip
cpython-9df827f3ba53f290fc12846cd4ee3d95ca343099.tar.gz
cpython-9df827f3ba53f290fc12846cd4ee3d95ca343099.tar.bz2
Need to define DL_EXPORT, of course!
-rw-r--r--PC/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/config.h b/PC/config.h
index a719269..0573964 100644
--- 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