mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +00:00
Removed the need for libSDL2main.a on Android, and separated JNI initialization out for other integrations
This commit is contained in:
parent
9341589925
commit
dbb0a2aa74
6 changed files with 165 additions and 146 deletions
|
@ -107,7 +107,7 @@
|
|||
/**
|
||||
* The prototype for the application's main() function
|
||||
*/
|
||||
extern C_LINKAGE int SDL_main(int argc, char *argv[]);
|
||||
extern C_LINKAGE DECLSPEC int SDL_main(int argc, char *argv[]);
|
||||
|
||||
|
||||
#include "begin_code.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue