Get wxDC defined when nescessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2010-01-22 07:55:26 +00:00
parent 2c755d9bbf
commit 83d59607cd

View File

@ -21,6 +21,9 @@
class WXDLLIMPEXP_FWD_CORE wxWindow; class WXDLLIMPEXP_FWD_CORE wxWindow;
class WXDLLIMPEXP_FWD_CORE wxItemContainer; class WXDLLIMPEXP_FWD_CORE wxItemContainer;
#if defined(wxBITMAPCOMBOBOX_OWNERDRAWN_BASED)
class WXDLLIMPEXP_FWD_CORE wxDC;
#endif
// Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which // Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
// wxBitmapComboBox implementation utilizes ownerdrawn combobox // wxBitmapComboBox implementation utilizes ownerdrawn combobox