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:
parent
ee0ab03804
commit
af8a4e52ea
@ -68,7 +68,7 @@ SFG_State fgState = { { -1, -1, FALSE }, /* Position */
|
|||||||
0, /* FPSInterval */
|
0, /* FPSInterval */
|
||||||
0, /* SwapCount */
|
0, /* SwapCount */
|
||||||
0, /* SwapTime */
|
0, /* SwapTime */
|
||||||
#ifdef TARGET_HOST_WIN32
|
#if TARGET_HOST_WIN32
|
||||||
{ 0, FALSE }, /* Time */
|
{ 0, FALSE }, /* Time */
|
||||||
#else
|
#else
|
||||||
{ { 0, 0 }, FALSE },
|
{ { 0, 0 }, FALSE },
|
||||||
|
Reference in New Issue
Block a user