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

This commit is contained in:
Nigel Stewart 2014-07-24 16:47:25 +10:00
parent 6a3b4e4771
commit 55e4430113

View File

@ -317,7 +317,7 @@ void fgDeinitialize( void )
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */ /* -- INTERFACE FUNCTIONS -------------------------------------------------- */
#if defined(NEED_XPARSEGEOMETRY_IMPL) #if defined(NEED_XPARSEGEOMETRY_IMPL) || defined(TARGET_HOST_MS_WINDOWS)
# include "util/xparsegeometry_repl.h" # include "util/xparsegeometry_repl.h"
#endif #endif