Changed #ifdef to #if
authorChristopher John Purnell <cjp@lost.org.uk>
Thu, 28 Aug 2003 22:43:12 +0000 (22:43 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Thu, 28 Aug 2003 22:43:12 +0000 (22:43 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@172 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_init.c

index 16e8026..d68341c 100644 (file)
@@ -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 },