mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Merge pull request #1883 from Ericson2314/fix-mingw-cross
Fix MinGW cross
This commit is contained in:
commit
93ec5cfd05
3 changed files with 22 additions and 25 deletions
|
|
@ -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 } }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue