From: Christopher John Purnell Date: Thu, 28 Aug 2003 22:43:12 +0000 (+0000) Subject: Changed #ifdef to #if X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=fb2757eb06a0e50af5af9859875efb278949d92b;p=freeglut Changed #ifdef to #if git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@172 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_init.c b/src/freeglut_init.c index 16e8026..d68341c 100644 --- a/src/freeglut_init.c +++ b/src/freeglut_init.c @@ -68,7 +68,7 @@ SFG_State fgState = { { -1, -1, FALSE }, /* Position */ 0, /* FPSInterval */ 0, /* SwapCount */ 0, /* SwapTime */ -#ifdef TARGET_HOST_WIN32 +#if TARGET_HOST_WIN32 { 0, FALSE }, /* Time */ #else { { 0, 0 }, FALSE },