]> git.mxchange.org Git - flightgear.git/commitdiff
#define NOMINMAX for cygwin/gcc-3.2 builders.
authorcurt <curt>
Mon, 2 Dec 2002 22:16:32 +0000 (22:16 +0000)
committercurt <curt>
Mon, 2 Dec 2002 22:16:32 +0000 (22:16 +0000)
configure.ac

index b67ea93dcbc6439fd11ac71049194f8decc82d56..7a21681b0ac785bf27ef4136453ed2199685be6c 100644 (file)
@@ -297,6 +297,7 @@ else
 
     echo Win32 specific hacks...
     AC_DEFINE([WIN32], 1, [Define if building on a Win32 platform])
+    AC_DEFINE([NOMINMAX], 1, [Define for Win32 platforms])
 
     # just define these to true and hope for the best
     ac_cv_lib_glut_glutGetModifiers="yes"