Include commctrl.h properly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-30 07:43:05 +00:00
parent b36e08d086
commit 2bd6022f1c
11 changed files with 30 additions and 31 deletions

View File

@@ -37,11 +37,11 @@
#include "wx/msw/private.h"
#include <windowsx.h>
#include <commctrl.h>
#include "wx/msw/winundef.h"
// include <commctrl.h> "properly"
#include "wx/msw/wrapcctl.h"
#if wxUSE_UXTHEME
#include "wx/msw/uxtheme.h"
#endif