]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
wxWindow::Fit() infinite loop bug fixed
[wxWidgets.git] / src / msw / app.cpp
index 07a2d29ccd26273fe84ea0ac9ac6b00c3de42342..0c339a6a797970b5e09382327266d6425c3e13c7 100644 (file)
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/dynarray.h"
+    #include "wx/wxchar.h"
 #endif
 
-#include "wx/msw/private.h"
 #include "wx/log.h"
 #include "wx/module.h"
 
+#include "wx/msw/private.h"
+
 #if wxUSE_THREADS
     #include "wx/thread.h"
 
@@ -84,6 +86,7 @@
 
 #include "wx/msw/msvcrt.h"
 
+
 // ---------------------------------------------------------------------------
 // global variables
 // ---------------------------------------------------------------------------