Use lowercase windows.h

Helps for cross builds, doesn't matter on Windows itself.
This commit is contained in:
John Ericson
2019-11-12 19:03:01 -05:00
parent a3d655d225
commit 106278e7e5
+1 -1
View File
@@ -47,7 +47,7 @@ extern "C" {
******************************************/
#if defined(_WIN32) /* Windows */
#include <Windows.h> /* LARGE_INTEGER */
#include <windows.h> /* LARGE_INTEGER */
typedef LARGE_INTEGER UTIL_time_t;
#define UTIL_TIME_INITIALIZER { { 0, 0 } }