Unbreak the build for non-Windows platforms, fixing obviously untested
[freeglut] / src / freeglut_init.c
index b419025..c9bd04d 100644 (file)
@@ -854,7 +854,7 @@ void FGAPIENTRY glutInit( int* pargc, char** argv )
     }
 }
 
-#ifdef TARGET_HOST_MS_WINDOWS
+#if TARGET_HOST_MS_WINDOWS
 void (__cdecl *__glutExitFunc)( int return_value ) = NULL;
 
 void FGAPIENTRY __glutInitWithExit( int *pargc, char **argv, void (__cdecl *exit_function)(int) )