Files
MINGW-packages/mingw-w64-python2/0120-MINGW-use-header-in-lowercase.patch
2014-06-03 08:54:47 +04:00

25 lines
832 B
Diff

diff -Naur a/Modules/signalmodule.c b/Modules/signalmodule.c
--- a/Modules/signalmodule.c 2014-05-31 22:58:40.000000000 +0400
+++ b/Modules/signalmodule.c 2014-06-03 08:12:36.899200000 +0400
@@ -7,7 +7,7 @@
#include "intrcheck.h"
#ifdef MS_WINDOWS
-#include <Windows.h>
+#include <windows.h>
#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
diff -Naur a/Modules/socketmodule.h b/Modules/socketmodule.h
--- a/Modules/socketmodule.h 2014-05-31 22:58:40.000000000 +0400
+++ b/Modules/socketmodule.h 2014-06-03 08:12:36.899200000 +0400
@@ -21,7 +21,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