Merge pull request #140 from cherepanov74/master
Fixes crash on Windows 64bit
This commit is contained in:
commit
728fe750b9
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
/* Workaround for older versions of MinGW. */
|
||||
#ifndef ECONNREFUSED
|
||||
|
|
Loading…
Reference in New Issue