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