25 lines
832 B
Diff
25 lines
832 B
Diff
diff -Naur a/Modules/signalmodule.c b/Modules/signalmodule.c
|
|
--- a/Modules/signalmodule.c 2013-11-10 11:36:41.000000000 +0400
|
|
+++ b/Modules/signalmodule.c 2014-02-18 09:31:42.341000000 +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 2013-11-10 11:36:41.000000000 +0400
|
|
+++ b/Modules/socketmodule.h 2014-02-18 09:31:42.341000000 +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
|