changeset 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 ecff4c684b89
children c943be5f929d
files src/gl2ps.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gl2ps.h	Wed Oct 19 12:16:04 2011 +0100
+++ b/src/gl2ps.h	Wed Oct 19 12:21:44 2011 +0100
@@ -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)