]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34217: Use lowercase header for Windows (GH-8453)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Jul 2018 06:15:51 +0000 (23:15 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 06:15:51 +0000 (23:15 -0700)
(cherry picked from commit 6cf8255912c36fec6f87f62513034d0818f61390)

Co-authored-by: erikjanss <erik.janssens@conceptive.be>
Modules/socketmodule.h
PC/getpathp.c

index fdb4e871cef81e6b393cef5cf081e59f59964f3e..bce74c3da8fd909da9a1fdd1a76f8841ba892979 100644 (file)
@@ -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
index 93828432ae3c4656b152617abcc72d479a14d75c..bc85b58abff1fd5d27f01ca7a44be68ffbaf755a 100644 (file)
@@ -89,7 +89,7 @@
 #endif
 
 #include <windows.h>
-#include <Shlwapi.h>
+#include <shlwapi.h>
 
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>