From 0cf95a37b66deb42a83a50caad6befea0d345bdf Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 12 May 2010 19:38:56 -0500 Subject: [PATCH] Disabled inclusion of 'vld.h' in 'OpenGL_Windows.cpp' because we don't need Visual Leak Detector --- Source/OpenGL_Windows.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index a50c24f..59e1752 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -19,10 +19,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +/* No need for Visual Leak Detector #ifdef WIN32 #include #endif +*/ #ifndef USE_DEVIL # ifdef WIN32 -- 2.39.5