mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-34217: Use lowercase header for Windows (GH-8453)
This commit is contained in:
parent
53b7d4e402
commit
6cf8255912
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue