X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2478fde622a16d25c66690af353dfdc37e7b582..e7445ff8ee26e39fab1e35455e1bef954bdf636f:/src/msw/basemsw.cpp?ds=sidebyside diff --git a/src/msw/basemsw.cpp b/src/msw/basemsw.cpp index 6120c9e472..3dae6042c7 100644 --- a/src/msw/basemsw.cpp +++ b/src/msw/basemsw.cpp @@ -6,7 +6,7 @@ // Created: 22.06.2003 // RCS-ID: $Id$ // Copyright: (c) 2003 Vadim Zeitlin -// License: wxWindows license +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -28,6 +28,10 @@ #endif //WX_PRECOMP #include "wx/apptrait.h" +// MBN: this is a workaround for MSVC 5: if it is not #included in +// some wxBase file, wxRecursionGuard methods won't be exported from +// wxBase.dll, and MSVC 5 will give linker errors +#include "wx/recguard.h" #include "wx/msw/private.h"