From: Julian Smart Date: Mon, 9 Feb 2004 16:00:54 +0000 (+0000) Subject: Fix needed for free MS SDK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f0da369654651f01ff0f1ce4cb9f8c744f2f4b9?ds=inline Fix needed for free MS SDK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/msvcrt.h b/include/wx/msw/msvcrt.h index ed367a0dd4..0e283478d8 100644 --- a/include/wx/msw/msvcrt.h +++ b/include/wx/msw/msvcrt.h @@ -44,6 +44,11 @@ // the leak #define _CRTDBG_MAP_ALLOC #include + #ifndef _CRTBLD + // Need when builded with pure MS SDK + #define _CRTBLD + #endif + #include // this define works around a bug with inline declarations of new, see