projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08f8f9
)
Fixing a preprocessor typo
author
John F. Fay
<johnffay@nettally.com>
Mon, 23 Jan 2012 05:46:18 +0000
(
05:46
+0000)
committer
John F. Fay
<johnffay@nettally.com>
Mon, 23 Jan 2012 05:46:18 +0000
(
05:46
+0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1004
7f0cb862
-5218-0410-a997-
914c9d46530a
src/Common/freeglut_init.c
patch
|
blob
|
history
diff --git
a/src/Common/freeglut_init.c
b/src/Common/freeglut_init.c
index
31631f1
..
7f98f47
100644
(file)
--- a/
src/Common/freeglut_init.c
+++ b/
src/Common/freeglut_init.c
@@
-566,7
+566,7
@@
void fgDeinitialize( void )
}
\r
\r
\r
-#if defined TARGET_HOST_MS_WINDOWS
\r
+#if TARGET_HOST_MS_WINDOWS
\r
#define NoValue 0x0000
\r
#define XValue 0x0001
\r
#define YValue 0x0002
\r