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

@@ -37,7 +37,7 @@
#include "VirtualTap.hpp"
#if defined(__WINDOWS__)
#include "Synchapi.h"
#include "synchapi.h"
#include <time.h>
#endif