@ -26,10 +26,10 @@
* not from the mingw header, so we need to include the windows header
* if we are compiling in windows 64bit
*/
#if defined(_M_X64)
#define WIN32_LEAN_AND_MEAN
#include <WinSock2.h>
#endif
//#if defined(_M_X64)
//#define WIN32_LEAN_AND_MEAN
//#include <WinSock2.h>
//#endif
#include "OS_portable.h"
@ -27,8 +27,8 @@
#include <windows.h>
#include <winsock2.h>
//#include <windows.h>
#include <mswsock.h>
#include <process.h>
#include <ws2tcpip.h>
@ -21,10 +21,10 @@
* @remarks - #if (defined(_M_X64) || defined(__amd64__)) && defined(WIN32)
* is equivalent to #if defined(_M_X64) as _M_X64 is defined for MSVC only
#define ELECTRUM_TIMEOUT 5