From f6a067ee2f52c32085dada480fd15ecdd9893901 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 4 Jul 2005 02:41:47 +0000 Subject: [PATCH] lean and mean git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@425 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/wglew_head.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auto/src/wglew_head.h b/auto/src/wglew_head.h index eb4e986..46ab3fa 100644 --- a/auto/src/wglew_head.h +++ b/auto/src/wglew_head.h @@ -9,7 +9,9 @@ #define __wglext_h_ #if !defined(APIENTRY) && !defined(__CYGWIN__) -#define WIN32_LEAN_AND_MEAN 1 +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN 1 +# endif #include #endif