From 55e4430113b528ce40447a96f87cb206cdd39e39 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 24 Jul 2014 16:47:25 +1000 Subject: [PATCH] XParseGeometry will always be needed for Windows, no need for cmake to figure this out. --- 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 4061836..003bec1 100644 --- a/freeglut/freeglut/src/fg_init.c +++ b/freeglut/freeglut/src/fg_init.c @@ -317,7 +317,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