diff src/gl2ps.h @ 13723:30c4bd2592dd

Yet another required WIN32_LEAN_AND_MEAN. * gl2ps.h: Define WIN32_LEAN_AND_MEAN.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 19 Oct 2011 12:21:44 +0100
parents 54f804016276
children
line wrap: on
line diff
--- a/src/gl2ps.h
+++ b/src/gl2ps.h
@@ -46,6 +46,7 @@
 #    pragma warning(disable:4115)
 #    pragma warning(disable:4996)
 #  endif
+#  define WIN32_LEAN_AND_MEAN
 #  include <windows.h>
 #  if defined(GL2PSDLL)
 #    if defined(GL2PSDLL_EXPORTS)