From 9559e323cb631af4e154f5fd30ff2927748817ed Mon Sep 17 00:00:00 2001
From: lloyd <lloyd@randombit.net>
Date: Tue, 1 Dec 2009 17:28:19 +0000
Subject: 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.

---
 src/build-data/os/windows.txt | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/build-data/os')

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>
-- 
cgit v1.2.3