]> git.saurik.com Git - wxWidgets.git/commitdiff
Include common controls before completing it with missing.h.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 17 May 2005 20:12:53 +0000 (20:12 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 17 May 2005 20:12:53 +0000 (20:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/treectrl.cpp

index 438cb312c03a24c33b0e217b187dd716df6cfff7..c5ce30eada57f8defd701c2753f88a8f8a6fe175 100644 (file)
@@ -30,6 +30,9 @@
 
 #if wxUSE_TREECTRL
 
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
+
 #include "wx/msw/private.h"
 #include "wx/msw/missing.h"
 
@@ -45,9 +48,6 @@
 #include "wx/msw/treectrl.h"
 #include "wx/msw/dragimag.h"
 
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
 // macros to hide the cast ugliness
 // --------------------------------