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

@@ -104,7 +104,8 @@
#include <windowsx.h>
#endif
#include <commctrl.h>
// include <commctrl.h> "properly"
#include "wx/msw/wrapcctl.h"
#ifndef __WXWINCE__
#include <pbt.h>