From 979c5ce24de317d4d2ed3ae2a4788292d4362264 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Sun, 21 Feb 2016 20:40:10 +0000 Subject: [PATCH] XParseGeometry will always be needed for Windows, no need for cmake to figure this out. (cherry picked from commit 55e4430113b528ce40447a96f87cb206cdd39e39) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1792 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/fg_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/src/fg_init.c b/freeglut/freeglut/src/fg_init.c index b72c74f..ae87212 100644 --- a/freeglut/freeglut/src/fg_init.c +++ b/freeglut/freeglut/src/fg_init.c @@ -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