Changed #ifdef to #if

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@172 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-08-28 22:43:12 +00:00
parent ee0ab03804
commit af8a4e52ea

View 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 },