summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-09-11 23:12:24 (GMT)
committerGuido van Rossum <guido@python.org>1996-09-11 23:12:24 (GMT)
commit9b38a145e2ee72dc3ff3300a3c13e358fee1495d (patch)
tree0a07618564585864da1eb3c21b559c02f8bd2bf7 /Python/sysmodule.c
parentd4ab3cde8e75015ccbf38274ea57830542f3f472 (diff)
downloadcpython-9b38a145e2ee72dc3ff3300a3c13e358fee1495d.zip
cpython-9b38a145e2ee72dc3ff3300a3c13e358fee1495d.tar.gz
cpython-9b38a145e2ee72dc3ff3300a3c13e358fee1495d.tar.bz2
Rationalized MS ifdefs
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 5cfd2d6..1bcb287 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -49,7 +49,7 @@ int sys_checkinterval = 10;
static object *sysdict;
-#ifdef NT
+#ifdef MS_COREDLL
extern void *PyWin_DLLhModule;
#endif