Merge pull request #16 from nigels-com/merge-WindowsXParseGeometry
XParseGeometry will always be needed for Windows, no need for cmake to f...
This commit is contained in:
commit
6f76af2171
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user