Include common controls before completing it with missing.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-05-17 20:12:53 +00:00
parent 1d13cc5da4
commit 03a62a0ccb

View 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
// --------------------------------