1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

re-enable linking against SDLmain

This commit is contained in:
fgenesis 2011-08-11 17:01:36 +02:00
parent 827e8f2a4b
commit 5c6ed37b99
4 changed files with 9 additions and 20 deletions

View file

@ -88,7 +88,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifdef BBGE_BUILD_SDL
#include "SDL.h"
#undef main // SDL defines main to SDL_main. This is the only place where SDL.h is included, so this is ok.
#endif