summaryrefslogtreecommitdiff
path: root/testing/crypto_speed_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/crypto_speed_test.c')
-rw-r--r--testing/crypto_speed_test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/crypto_speed_test.c b/testing/crypto_speed_test.c
index 81be92c6..ba40722f 100644
--- a/testing/crypto_speed_test.c
+++ b/testing/crypto_speed_test.c
@@ -1,6 +1,9 @@
1// Hi-resolution timer 1// Hi-resolution timer
2#ifdef WIN32 2#ifdef WIN32
3 3#ifndef WINVER
4//Windows XP
5#define WINVER 0x0501
6#endif
4#include <windows.h> 7#include <windows.h>
5double get_time() 8double get_time()
6{ 9{