From 9b38a145e2ee72dc3ff3300a3c13e358fee1495d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Sep 1996 23:12:24 +0000 Subject: Rationalized MS ifdefs --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/sysmodule.c') 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 -- cgit v1.2.1