mirror of https://github.com/libsdl-org/SDL
fix build after previous commit.
This commit is contained in:
parent
0026adffd4
commit
2ba03b4db0
|
@ -24,7 +24,7 @@
|
|||
* If not, you can special case it here by appending || defined(__YOUR_PLATFORM__) */
|
||||
#if ( !defined(SDL_MAIN_NEEDED) && !defined(SDL_MAIN_AVAILABLE) ) || defined(__ANDROID__)
|
||||
|
||||
DECLSPEC int MINGW32_FORCEALIGN
|
||||
DECLSPEC int
|
||||
SDL_RunApp(int argc, char* argv[], SDL_main_func mainFunction, void * reserved)
|
||||
{
|
||||
char empty[1] = {0};
|
||||
|
|
Loading…
Reference in New Issue