mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Use lowercase windows.h
Helps for cross builds, doesn't matter on Windows itself.
This commit is contained in:
parent
a3d655d225
commit
106278e7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 } }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue