From 7f0da369654651f01ff0f1ce4cb9f8c744f2f4b9 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 9 Feb 2004 16:00:54 +0000 Subject: [PATCH] Fix needed for free MS SDK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/msvcrt.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2