now use unsigned __int64 for time type when on MSVC, that is supported
[freeglut] / src / fg_init.c
index 816fc66..e30eb0f 100644 (file)
@@ -315,7 +315,7 @@ void fgDeinitialize( void )
 
 
 /* -- INTERFACE FUNCTIONS -------------------------------------------------- */
-#if !TARGET_HOST_POSIX_X11
+#if defined(NEED_XPARSEGEOMETRY_IMPL)
 #   include "util/xparsegeometry_repl.h"
 #endif