Use lowercase when including Windows headers

This commit is contained in:
staphen
2021-12-29 16:23:32 -05:00
parent 41eb9aebc8
commit e80bc35a26
5 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
using namespace ZeroTier;
#ifdef __WINDOWS__
#include <Windows.h>
#include <windows.h>
WSADATA wsaData;
#endif