diff options
author | Simon Warta <[email protected]> | 2015-07-17 17:10:02 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-27 13:04:40 +0200 |
commit | d4be8c6f64420bcc0f55ce6ae18bf9363bd46481 (patch) | |
tree | 18cf389fa35efd254a8a410a57b2165dca787ed7 /src/build-data/os/mingw.txt | |
parent | 1f3ef881b103c4b8734691051f5de38f99c912af (diff) |
Add mktime fallback for non-POSIX timegm()
Closes #202
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index 4f3e7f08b..cc98b11e6 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -23,6 +23,7 @@ mingw32 <target_features> cryptgenrandom loadlibrary +mkgmtime win32_virtual_lock win32_get_systemtime </target_features> |