From: Neal Gompa Date: Thu, 13 May 2010 00:38:56 +0000 (-0500) Subject: Disabled inclusion of 'vld.h' in 'OpenGL_Windows.cpp' because we don't need Visual... X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=0cf95a37b66deb42a83a50caad6befea0d345bdf;p=lugaru.git Disabled inclusion of 'vld.h' in 'OpenGL_Windows.cpp' because we don't need Visual Leak Detector --- 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