Blame 0120-MINGW-use-header-in-lowercase.patch

ddb6764
diff -rupN Python-2.7.13/Modules/signalmodule.c Python-2.7.13-new/Modules/signalmodule.c
ddb6764
--- Python-2.7.13/Modules/signalmodule.c	2016-12-17 21:05:07.000000000 +0100
ddb6764
+++ Python-2.7.13-new/Modules/signalmodule.c	2017-01-21 01:46:04.509628876 +0100
ddb6764
@@ -7,7 +7,7 @@
ddb6764
 #include "intrcheck.h"
ddb6764
 
ddb6764
 #ifdef MS_WINDOWS
ddb6764
-#include <Windows.h>
ddb6764
+#include <windows.h>
ddb6764
 #ifdef HAVE_PROCESS_H
ddb6764
 #include <process.h>
ddb6764
 #endif
ddb6764
diff -rupN Python-2.7.13/Modules/socketmodule.h Python-2.7.13-new/Modules/socketmodule.h
ddb6764
--- Python-2.7.13/Modules/socketmodule.h	2016-12-17 21:05:07.000000000 +0100
ddb6764
+++ Python-2.7.13-new/Modules/socketmodule.h	2017-01-21 01:46:04.509628876 +0100
ddb6764
@@ -21,7 +21,7 @@
ddb6764
  * I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
ddb6764
  */
ddb6764
 # ifdef SIO_GET_MULTICAST_FILTER
ddb6764
-#  include <MSTcpIP.h> /* for SIO_RCVALL */
ddb6764
+#  include <mstcpip.h> /* for SIO_RCVALL */
ddb6764
 #  define HAVE_ADDRINFO
ddb6764
 #  define HAVE_SOCKADDR_STORAGE
ddb6764
 #  define HAVE_GETADDRINFO