]> granicus.if.org Git - python/commitdiff
Changed NT -> MSC or WATCOM
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:30:38 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 22:30:38 +0000 (22:30 +0000)
Modules/posixmodule.c

index 62d82c21790c28b5b675b859e12987be4d03283b..338a40c0d2504297de72b059f4e8a853a6492324 100644 (file)
@@ -1695,7 +1695,7 @@ static struct methodlist posix_methods[] = {
 };
 
 
-#ifdef NT
+#if defined(_MSC_VER) || defined(__WATCOMC__)
 void
 initnt()
 {