Windows Support

This commit is contained in:
Joseph Henry
2017-10-09 17:56:40 -07:00
parent 06a09edd6d
commit 2900f1f995
28 changed files with 486 additions and 241 deletions

View File

@@ -34,7 +34,10 @@
#define ZT_VIRTUALSOCKET_HPP
#include <ctime>
#if defined(__linux__) || #defined(__APPLE__)
#include <sys/socket.h>
#endif
#include "VirtualSocket.h"
#include "VirtualBindingPair.h"