Kaydet (Commit) 6cf82559 authored tarafından erikjanss's avatar erikjanss Kaydeden (comit) INADA Naoki

bpo-34217: Use lowercase header for Windows (GH-8453)

üst 53b7d4e4
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK. * I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
*/ */
# ifdef SIO_GET_MULTICAST_FILTER # ifdef SIO_GET_MULTICAST_FILTER
# include <MSTcpIP.h> /* for SIO_RCVALL */ # include <mstcpip.h> /* for SIO_RCVALL */
# define HAVE_ADDRINFO # define HAVE_ADDRINFO
# define HAVE_SOCKADDR_STORAGE # define HAVE_SOCKADDR_STORAGE
# define HAVE_GETADDRINFO # define HAVE_GETADDRINFO
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
#endif #endif
#include <windows.h> #include <windows.h>
#include <Shlwapi.h> #include <shlwapi.h>
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment