Skip to content

Commit

Permalink
bpo-34217: Use lowercase header for Windows (GH-8453)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjanss authored and methane committed Jul 25, 2018
1 parent 53b7d4e commit 6cf8255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/socketmodule.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PC/getpathp.c
Expand Up @@ -89,7 +89,7 @@
#endif

#include <windows.h>
#include <Shlwapi.h>
#include <shlwapi.h>

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
Expand Down

0 comments on commit 6cf8255

Please sign in to comment.