projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a020750
)
Changed #ifdef to #if
author
Christopher John Purnell
<cjp@lost.org.uk>
Thu, 28 Aug 2003 22:43:12 +0000
(22:43 +0000)
committer
Christopher 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
patch
|
blob
|
history
diff --git
a/src/freeglut_init.c
b/src/freeglut_init.c
index
16e8026
..
d68341c
100644
(file)
--- 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 },