]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
made wxSplitterWindow::SplitXXX() virtual
[wxWidgets.git] / src / msw / app.cpp
index 6f3427a7bc635ca0d23738fd2625b40987fbd8a5..de98ccfba20ad7b531f6ec3d9157966b0fc537c5 100644 (file)
@@ -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++;