mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:28:25 +00:00
Merge pull request #140 from cherepanov74/master
Fixes crash on Windows 64bit
This commit is contained in:
commit
728fe750b9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue