Fixing a preprocessor typo
authorJohn F. Fay <johnffay@nettally.com>
Mon, 23 Jan 2012 05:46:18 +0000 (05:46 +0000)
committerJohn 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

index 31631f1..7f98f47 100644 (file)
@@ -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