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:
parent
889e597c1d
commit
f3411ec6f7
@ -12,7 +12,7 @@
|
||||
#ifndef __WINE_UXTHEME_H
|
||||
#define __WINE_UXTHEME_H
|
||||
|
||||
#include <commctrl.h>
|
||||
#include "wx/msw/wrapcctl.h"
|
||||
|
||||
typedef HANDLE HTHEME;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user