Making the definition of "WIN32_LEAN_AND_MEAN" conditional to enhance compatibility with GLEW per suggestion by Diederick C. Niehorster in e-mail dated Mon 3/9/2009 8:06 AM

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@794 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2009-03-09 14:41:59 +00:00
parent 4c95acc14c
commit 0c89ab8be2

View File

@ -54,7 +54,9 @@
# endif # endif
# endif # endif
# define WIN32_LEAN_AND_MEAN # ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
# endif
# define NOMINMAX # define NOMINMAX
# include <Windows.h> # include <Windows.h>