Merge branch 'lowercase-windows-headers' of https://github.com/StephenCWills/libzt into StephenCWills-lowercase-windows-headers

This commit is contained in:
Joseph Henry
2022-01-11 09:51:25 -08:00
5 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
#define ZT_LOCAL_INTERFACE_CHECK_INTERVAL 60000
#ifdef __WINDOWS__
#include <Windows.h>
#include <windows.h>
#endif
namespace ZeroTier {