diff options
author | lloyd <[email protected]> | 2009-12-23 00:36:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-23 00:36:54 +0000 |
commit | da5907753810eabb6c62bdf60c0fc3cd2435b641 (patch) | |
tree | 27b6bd44fb785494c2430bf5b969b6518d01825e /src/entropy | |
parent | 1a1a34bebec4e837e65d376cd1b61b68231c8c25 (diff) |
Fix compilation on Win32
Diffstat (limited to 'src/entropy')
-rw-r--r-- | src/entropy/hres_timer/hres_timer.cpp | 2 |
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; |