Merge pull request #1883 from Ericson2314/fix-mingw-cross

Fix MinGW cross
This commit is contained in:
Yann Collet
2019-11-27 14:48:26 -08:00
committed by GitHub
3 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -41,7 +41,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 } }