XParseGeometry will always be needed for Windows, no need for cmake to figure this out.

(cherry picked from commit 55e4430113)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1792 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2016-02-21 20:40:10 +00:00
parent 3bed0feb38
commit 979c5ce24d

View 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