Another compilation fix for wxMSW without PCH.
Need to include <commctrl.h> as we use HIMAGELIST and related functions now. See #11595. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include "wx/msw/dc.h"
|
#include "wx/msw/dc.h"
|
||||||
#include "wx/msw/private.h"
|
#include "wx/msw/private.h"
|
||||||
#include "wx/msw/private/dc.h"
|
#include "wx/msw/private/dc.h"
|
||||||
|
#include "wx/msw/wrapcctl.h" // for HIMAGELIST
|
||||||
|
|
||||||
#ifndef DSS_HIDEPREFIX
|
#ifndef DSS_HIDEPREFIX
|
||||||
#define DSS_HIDEPREFIX 0x0200
|
#define DSS_HIDEPREFIX 0x0200
|
||||||
|
Reference in New Issue
Block a user