Permalink
File 2 of 2 in
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File 2 of 2 in
b7b3fac
Previous
Next
Previous
Next
@@ -1,11 +1,13 @@ | ||
|
||
/* Include the SDL main definition header */ | ||
#include "SDL_main.h" | ||
|
||
#ifdef main | ||
#undef main | ||
#endif | ||
|
||
int main(int argc, char *argv[]) | ||
{ | ||
return(SDL_main(argc, argv)); | ||
} | ||
#else | ||
/* Nothing to do on this platform */; | ||
#endif |
Oops, something went wrong.