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
1 changed files with 1 additions and 0 deletions

View File

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