Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cf8255

Browse files
erikjanssmethane
authored andcommitted
bpo-34217: Use lowercase header for Windows (GH-8453)
1 parent 53b7d4e commit 6cf8255

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/socketmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
2929
*/
3030
# ifdef SIO_GET_MULTICAST_FILTER
31-
# include <MSTcpIP.h> /* for SIO_RCVALL */
31+
# include <mstcpip.h> /* for SIO_RCVALL */
3232
# define HAVE_ADDRINFO
3333
# define HAVE_SOCKADDR_STORAGE
3434
# define HAVE_GETADDRINFO

PC/getpathp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#endif
9090

9191
#include <windows.h>
92-
#include <Shlwapi.h>
92+
#include <shlwapi.h>
9393

9494
#ifdef HAVE_SYS_TYPES_H
9595
#include <sys/types.h>

0 commit comments

Comments
 (0)