win: use exact case when including Windows SDK header files
This prevents clang 6.x from emitting nonportable-system-include-path warnings.
This commit is contained in:
parent
3e3251e0d9
commit
354e56be7e
@ -17,9 +17,9 @@
|
|||||||
#pragma warning(push, 1)
|
#pragma warning(push, 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
#include <Windows.h>
|
||||||
#include <winsock2.h>
|
#include <WinSock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <WS2tcpip.h>
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user