summaryrefslogtreecommitdiff
path: root/testing/crypto_speed_test.c
diff options
context:
space:
mode:
authorAntonio Montes <antonio_montes@outlook.com>2013-10-19 11:34:41 -0700
committerAntonio Montes <antonio_montes@outlook.com>2013-10-19 11:34:41 -0700
commitde696c1db6267536f4856d4a6987344c12cf7eb1 (patch)
treeebf4aaaf661a1b927c082dc0ddb8a6483fbfb296 /testing/crypto_speed_test.c
parent3df81b07f36a50c55c3c9f58518d6fbfe6e40f1a (diff)
Removed unnecessary #if
Diffstat (limited to 'testing/crypto_speed_test.c')
-rw-r--r--testing/crypto_speed_test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/crypto_speed_test.c b/testing/crypto_speed_test.c
index bb36b79e..bc8052da 100644
--- a/testing/crypto_speed_test.c
+++ b/testing/crypto_speed_test.c
@@ -7,10 +7,9 @@
7#ifndef WINVER 7#ifndef WINVER
8//Windows XP 8//Windows XP
9#define WINVER 0x0501 9#define WINVER 0x0501
10#endif
11#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
12#include <winsock2.h>
13#endif 10#endif
11
12#include <winsock2.h>
14#include <windows.h> 13#include <windows.h>
15double get_time() 14double get_time()
16{ 15{