X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a5ffa81c1cdf446c3d79f6f4676f91092e1c0f5..bfac8499858dbb52ae4e712b718dcd08e777b4c2:/src/msw/app.cpp?ds=sidebyside diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 07a2d29ccd..0c339a6a79 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -43,12 +43,14 @@ #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 // ---------------------------------------------------------------------------