Merge pull request #140 from cherepanov74/master

Fixes crash on Windows 64bit
This commit is contained in:
Nguyen Anh Quynh 2015-09-27 11:10:02 +08:00
commit 728fe750b9

View file

@ -28,6 +28,7 @@
#include <windows.h> #include <windows.h>
#include <winsock2.h> #include <winsock2.h>
#include <setjmp.h>
/* Workaround for older versions of MinGW. */ /* Workaround for older versions of MinGW. */
#ifndef ECONNREFUSED #ifndef ECONNREFUSED