--- a/src/main/dummy/SDL_dummy_main.c Wed Jul 26 04:22:32 2006 +0000 +++ b/src/main/dummy/SDL_dummy_main.c Wed Jul 26 06:34:31 2006 +0000 @@ -11,5 +11,11 @@ } #else /* Nothing to do on this platform */ +int +SDL_main_stub_symbol() +{ + return 0; +} #endif + /* vi: set ts=4 sw=4 expandtab: */