Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
5 additions
and 2 deletions.
- +1 −0 configure.in
- +4 −2 src/main/dummy/SDL_dummy_main.c
@@ -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 |