1
0
Fork 0
forked from len0rd/rockbox

sdl: Fixes for the SDL apps, so they support building simulator on Windows

Change-Id: I277d391482a80e5bf9dd8049cd3b78c5cae7205e
This commit is contained in:
Vencislav Atanasov 2019-07-28 21:02:11 +03:00 committed by Franklin Wei
parent 349e111c81
commit 722ddcf6ba
6 changed files with 15 additions and 0 deletions

View file

@ -30,6 +30,10 @@
#include "plugin.h"
#include "lib/pluginlib_exit.h"
#ifdef _WIN32
#define __int64 long long
#endif
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>