aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-23 00:36:54 +0000
committerlloyd <[email protected]>2009-12-23 00:36:54 +0000
commitda5907753810eabb6c62bdf60c0fc3cd2435b641 (patch)
tree27b6bd44fb785494c2430bf5b969b6518d01825e /src/entropy
parent1a1a34bebec4e837e65d376cd1b61b68231c8c25 (diff)
Fix compilation on Win32
Diffstat (limited to 'src/entropy')
-rw-r--r--src/entropy/hres_timer/hres_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/hres_timer/hres_timer.cpp b/src/entropy/hres_timer/hres_timer.cpp
index 73282d8d2..d06ca7a9d 100644
--- a/src/entropy/hres_timer/hres_timer.cpp
+++ b/src/entropy/hres_timer/hres_timer.cpp
@@ -27,7 +27,7 @@ void High_Resolution_Timestamp::poll(Entropy_Accumulator& accum)
accum.add(tv.QuadPart, 0);
#endif
-#if defined(BOTAN_USE_GCC_INLINE_ASM)
+#if BOTAN_USE_GCC_INLINE_ASM
u64bit rtc = 0;