Merge pull request #1525 from StephenCWills/lowercase-windows-headers
Use lowercase when including Windows headers
This commit is contained in:
@@ -92,8 +92,8 @@
|
||||
#pragma warning(disable : 4101)
|
||||
#undef __UNIX_LIKE__
|
||||
#undef __BSD__
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __NetBSD__
|
||||
|
||||
@@ -86,7 +86,7 @@ private:
|
||||
#ifdef __WINDOWS__
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user