diff options
author | lloyd <[email protected]> | 2014-02-02 23:33:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-02 23:33:55 +0000 |
commit | c715715bb5fdd03cdded88301b51f6a452527c11 (patch) | |
tree | 02042fe67e100cb1ed98550cefe3b7ede52ca7c2 /src/build-data | |
parent | ca231638e37c2728abbcfbce09614bef37604cb3 (diff) |
Fix Windows feature macro defines
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/windows.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index 30a6b77f8..bba2e14ec 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -13,9 +13,8 @@ install_cmd_exec "copy" <target_features> gmtime_s loadlibrary -win32_get_systemtime -win32_query_perf_counter -win32_virtual_lock +query_perf_counter +virtual_lock </target_features> <aliases> |