Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b7d4e commit 6cf8255Copy full SHA for 6cf8255
2 files changed
Modules/socketmodule.h
@@ -28,7 +28,7 @@
28
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
29
*/
30
# ifdef SIO_GET_MULTICAST_FILTER
31
-# include <MSTcpIP.h> /* for SIO_RCVALL */
+# include <mstcpip.h> /* for SIO_RCVALL */
32
# define HAVE_ADDRINFO
33
# define HAVE_SOCKADDR_STORAGE
34
# define HAVE_GETADDRINFO
PC/getpathp.c
@@ -89,7 +89,7 @@
89
#endif
90
91
#include <windows.h>
92
-#include <Shlwapi.h>
+#include <shlwapi.h>
93
94
#ifdef HAVE_SYS_TYPES_H
95
#include <sys/types.h>
0 commit comments