commit | a0e71303d91921c09c6cadd8410d2f8a8ff7cc33 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 28 22:30:38 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 28 22:30:38 1996 +0000 |
tree | b9b6e43365512bd95bcf260ff23a3fef31466d3e | |
parent | 582646aecc3776109b784e1638849ea9c6389a55 [diff] |
Changed NT -> MSC or WATCOM
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 62d82c2..338a40c 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -1695,7 +1695,7 @@ }; -#ifdef NT +#if defined(_MSC_VER) || defined(__WATCOMC__) void initnt() {