1
0
Fork 0

#define NOMINMAX for cygwin/gcc-3.2 builders.

This commit is contained in:
curt 2002-12-02 22:16:32 +00:00
parent 953162ea53
commit 1ab2ec8fd1

View 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"