mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-24 22:25:11 +00:00
Fixes crash on Windows 64bit
This commit is contained in:
parent
3f726d1c57
commit
2fc483ec47
|
@ -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