]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix needed for free MS SDK
authorJulian Smart <julian@anthemion.co.uk>
Mon, 9 Feb 2004 16:00:54 +0000 (16:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 9 Feb 2004 16:00:54 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/msvcrt.h

index ed367a0dd42bd8bbcbda71422fb994261bd88d31..0e283478d8b842afd81d3b47a0e54eddd0c6ce4b 100644 (file)
     // the leak
     #define _CRTDBG_MAP_ALLOC
     #include <stdlib.h>
+    #ifndef _CRTBLD
+        // Need when builded with pure MS SDK
+        #define _CRTBLD
+    #endif
+
     #include <crtdbg.h>
 
     // this define works around a bug with inline declarations of new, see