mirror of https://github.com/python/cpython.git
Removed an XXX question (the answer is "yes" <wink>).
This commit is contained in:
parent
402dd6e255
commit
902952b910
|
@ -8,7 +8,7 @@
|
|||
#include <sys/errno.h>
|
||||
#endif
|
||||
|
||||
/* Windows socket errors (WSA*): XXX is this the correct path ??? */
|
||||
/* Windows socket errors (WSA*) */
|
||||
#ifdef MS_WINDOWS
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue