Use correct case for Windows headers just in case.
GitOrigin-RevId: 8feb29c14e61ed6988e1ec56c35df40d8b8b09e7
This commit is contained in:
parent
dd3cc765ba
commit
e4a0d5937a
@ -33,10 +33,10 @@
|
|||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Winsock2.h>
|
#include <WinSock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <WS2tcpip.h>
|
||||||
|
|
||||||
#include <Mswsock.h>
|
#include <MSWSock.h>
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#undef ERROR
|
#undef ERROR
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user