mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Slightly different Windows ifdefs
This commit is contained in:
parent
919c576254
commit
6f489d989d
4 changed files with 8 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue