summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-06-28 20:15:15 (GMT)
committerGuido van Rossum <guido@python.org>1996-06-28 20:15:15 (GMT)
commit6f489d989d947169e70a8668cd265780a0a13d5e (patch)
treeee5f704079aea1d11a38a2b15561f9ac4e000ae3 /Modules/selectmodule.c
parent919c5762547aec03e63c923a584a91b9b154b6ac (diff)
downloadcpython-6f489d989d947169e70a8668cd265780a0a13d5e.zip
cpython-6f489d989d947169e70a8668cd265780a0a13d5e.tar.gz
cpython-6f489d989d947169e70a8668cd265780a0a13d5e.tar.bz2
Slightly different Windows ifdefs
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 85a2557..25665c6 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -34,7 +34,7 @@ have any value except INVALID_SOCKET.
#include <sys/types.h>
-#ifdef _MSC_VER
+#ifdef MS_WINDOWS
#include <winsock.h>
#else
#include "myselect.h" /* Also includes mytime.h */