From 8e64d1978cd29c300222d3b53d15788155b72e2f Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 21 Feb 2008 07:48:46 +0000 Subject: [PATCH] changed main to SDL_main for simplicity reasons git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8112 d7cf8633-e32d-0410-b094-e92efae38249 --- sys_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2