From: havoc Date: Thu, 21 Feb 2008 07:48:46 +0000 (+0000) Subject: changed main to SDL_main for simplicity reasons X-Git-Tag: xonotic-v0.1.0preview~2408 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8e64d1978cd29c300222d3b53d15788155b72e2f;p=xonotic%2Fdarkplaces.git changed main to SDL_main for simplicity reasons git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8112 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_sdl.c b/sys_sdl.c index 72c5953a..b1cebb0c 100644 --- a/sys_sdl.c +++ b/sys_sdl.c @@ -196,7 +196,7 @@ void Sys_Init_Commands (void) { } -int main (int argc, char *argv[]) +int SDL_main (int argc, char *argv[]) { signal(SIGFPE, SIG_IGN);