From b099a82224ffe7e99121dbfd8fd7ef392dfcae45 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 7 Feb 2013 15:36:24 +0000 Subject: [PATCH] fix compile warning --- panda/src/glgsg/glgsg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/glgsg/glgsg.h b/panda/src/glgsg/glgsg.h index 576e974791..6c8544b08e 100644 --- a/panda/src/glgsg/glgsg.h +++ b/panda/src/glgsg/glgsg.h @@ -67,7 +67,9 @@ // Before including gl.h, need to include windows.h #if defined(_WIN32) +#ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN 1 +#endif #include #endif