include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-06-08 21:47:29 +00:00
parent 889e597c1d
commit f3411ec6f7

View File

@ -12,7 +12,7 @@
#ifndef __WINE_UXTHEME_H
#define __WINE_UXTHEME_H
#include <commctrl.h>
#include "wx/msw/wrapcctl.h"
typedef HANDLE HTHEME;