X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c208c5759da71a637f0f0f5b7d3dc3eda09c02..cce4b3fe2b05e1d928d7a5930c33c624b2f3a667:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 6f3427a7bc..de98ccfba2 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -34,6 +34,7 @@ #include "wx/dialog.h" #include "wx/msgdlg.h" #include "wx/intl.h" + #include "wx/dynarray.h" #endif #include "wx/msw/private.h" @@ -259,6 +260,7 @@ bool wxApp::Initialize() // This is to foil optimizations in Visual C++ that // throw out dummy.obj. + // PLEASE DO NOT ALTER THIS. #if defined(_MSC_VER) && !defined(WXMAKINGDLL) extern char wxDummyChar; if (wxDummyChar) wxDummyChar++;