projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b8e70
)
Another compilation fix for wxMSW without PCH.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 26 Jan 2010 12:33:01 +0000
(12:33 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 26 Jan 2010 12:33:01 +0000
(12:33 +0000)
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
src/msw/ownerdrw.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/ownerdrw.cpp
b/src/msw/ownerdrw.cpp
index 04fbc28368ef018c95ef4a857f49358f6fcdff8f..6fb88beabbb392e6ec4f173169226bf8328c192e 100644
(file)
--- a/
src/msw/ownerdrw.cpp
+++ b/
src/msw/ownerdrw.cpp
@@
-22,6
+22,7
@@
#include "wx/msw/dc.h"
#include "wx/msw/private.h"
#include "wx/msw/private/dc.h"
+#include "wx/msw/wrapcctl.h" // for HIMAGELIST
#ifndef DSS_HIDEPREFIX
#define DSS_HIDEPREFIX 0x0200