]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
implemented SetFocus
[wxWidgets.git] / src / msw / thread.cpp
index 9377f181ab572f3dfbec149ecb772ebfef902d42..b48ed592cdcd16c9e51853f4b5b3ae965d68961a 100644 (file)
 #include "wx/thread.h"
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/missing.h"
     #include "wx/intl.h"
     #include "wx/app.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/apptrait.h"
 #include "wx/scopeguard.h"
 
 #include "wx/msw/private.h"
-#include "wx/msw/missing.h"
 #include "wx/msw/seh.h"
 
 #include "wx/except.h"
-#include "wx/module.h"
 
 // must have this symbol defined to get _beginthread/_endthread declarations
 #ifndef _MT