summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
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 5cfd2d6ff1..1bcb28798b 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