Merge pull request #94 from nurupo/master

Fixed wspiap.h inclusion
This commit is contained in:
irungentoo 2013-07-23 04:11:56 -07:00
commit 0019fe05e5

View File

@ -35,10 +35,11 @@
#ifdef WIN32 /* Put win32 includes here */ #ifdef WIN32 /* Put win32 includes here */
//Windows XP
#define WINVER 0x0501
#include <winsock2.h> #include <winsock2.h>
#include <windows.h> #include <windows.h>
#include <wspiapi.h> #include <ws2tcpip.h>
#undef VANILLA_NACL /* make sure on windows we use libsodium */ #undef VANILLA_NACL /* make sure on windows we use libsodium */