Issue #17591: Use lowercase filenames when including Windows header files.

Patch by Roumen Petrov.
This commit is contained in:
Antoine Pitrou 2013-03-31 22:48:04 +02:00
parent f61d07903e
commit 7faf70512a
4 changed files with 6 additions and 2 deletions

View file

@ -2327,7 +2327,7 @@ PyObject *PyExc_RecursionErrorInst = NULL;
}
#ifdef MS_WINDOWS
#include <Winsock2.h>
#include <winsock2.h>
/* The following constants were added to errno.h in VS2010 but have
preferred WSA equivalents. */
#undef EADDRINUSE