summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2013-05-21 23:00:02 +0100
committerRay Donnelly <mingw.android@gmail.com>2013-05-21 23:00:02 +0100
commit48708f3abf847e39bb07065a4628636e75bc6b0f (patch)
tree9453a17f4e521822342cc820f8373bfe1c029036
parentbb179a41d350be854e547b7901be7a5f17b39aa1 (diff)
downloadpython-48708f3abf847e39bb07065a4628636e75bc6b0f.tar.gz
MinGW-w64 Cross: MinGW-w64 headers are all lowercase.
When running natively on Windows filesysems this doesn't matter, but when cross compiling on a case-sensitive filesystem it does.
-rw-r--r--Python-2.7.5/Modules/socketmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python-2.7.5/Modules/socketmodule.h b/Python-2.7.5/Modules/socketmodule.h
index 73e1780..732f413 100644
--- a/Python-2.7.5/Modules/socketmodule.h
+++ b/Python-2.7.5/Modules/socketmodule.h
@@ -28,7 +28,7 @@
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
*/
# ifdef SIO_GET_MULTICAST_FILTER
-# include <MSTcpIP.h> /* for SIO_RCVALL */
+# include <mstcpip.h> /* for SIO_RCVALL */
# define HAVE_ADDRINFO
# define HAVE_SOCKADDR_STORAGE
# define HAVE_GETADDRINFO