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

(cherry picked from commit 6cf8255912)

Co-authored-by: erikjanss <erik.janssens@conceptive.be>
This commit is contained in:
Miss Islington (bot) 2018-07-29 23:15:51 -07:00 committed by GitHub
parent ad4f64d58c
commit 6c89a9a4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,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

View File

@ -89,7 +89,7 @@
#endif
#include <windows.h>
#include <Shlwapi.h>
#include <shlwapi.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>