diff options
author | lloyd <[email protected]> | 2009-12-01 17:28:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-01 17:28:19 +0000 |
commit | 9559e323cb631af4e154f5fd30ff2927748817ed (patch) | |
tree | 6ededb80d496017a58ba4b862e33c554e54c4e57 /src/build-data/os | |
parent | 29e9b23500d101f01988a33e8f1a6aaab39d5f7d (diff) |
Instead of checking for Windows generically before using QueryPerformanceCounter,
check a feature macro named BOTAN_OS_HAS_QUERY_PERF_COUNTER, and set the
same via configure.py for Windows builds.
Diffstat (limited to 'src/build-data/os')
-rw-r--r-- | src/build-data/os/windows.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index e72931c98..59e3ec072 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -12,6 +12,7 @@ install_cmd_exec "copy" <target_features> win32_virtual_lock +win32_query_perf_counter </target_features> <supports_shared> |