mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Removed the need for libSDL2main.a on Android, and separated JNI initialization out for other integrations
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user