summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/DHT.h b/core/DHT.h
index f1d2e5ae..f0ccd184 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -4,13 +4,10 @@
4#include <string.h> 4#include <string.h>
5#include <time.h> 5#include <time.h>
6 6
7#ifdef WIN32 7#ifdef WIN32 //Put win32 includes here
8 8
9
10//Put win32 includes here
11#include <windows.h>
12#include <winsock2.h> 9#include <winsock2.h>
13 10#include <windows.h>
14 11
15#else //Linux includes 12#else //Linux includes
16 13
@@ -116,4 +113,6 @@ uint16_t num_friends;
116//TODO: make this more efficient looping up to 128 times is a bit... 113//TODO: make this more efficient looping up to 128 times is a bit...
117Pinged pings[128]; 114Pinged pings[128];
118 115
119Pinged send_nodes[64]; \ No newline at end of file 116Pinged send_nodes[64];
117
118