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:
parent
3bed0feb38
commit
979c5ce24d
@ -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