Use lowercase windows.h
Helps for cross builds, doesn't matter on Windows itself.
This commit is contained in:
+1
-1
@@ -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 } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user