XParseGeometry will always be needed for Windows, no need for cmake to figure this...
[freeglut] / src / fg_init.c
index b72c74f..ae87212 100644 (file)
@@ -319,7 +319,7 @@ void fgDeinitialize( void )
 
 
 /* -- INTERFACE FUNCTIONS -------------------------------------------------- */
-#if defined(NEED_XPARSEGEOMETRY_IMPL)
+#if defined(NEED_XPARSEGEOMETRY_IMPL) || defined(TARGET_HOST_MS_WINDOWS)
 #   include "util/xparsegeometry_repl.h"
 #endif