Compilation fix for GTK1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2d405472c4
commit
faba238f8e
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class WXDLLIMPEXP_FWD_CORE wxItemContainer;
|
|||
// Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
|
||||
// wxBitmapComboBox implementation utilizes ownerdrawn combobox
|
||||
// (either native or generic).
|
||||
#if !defined(__WXGTK__)
|
||||
#if !defined(__WXGTK20__)
|
||||
#define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED
|
||||
#endif
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ private:
|
|||
#include "wx/generic/bmpcbox.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/bmpcbox.h"
|
||||
#elif defined(__WXGTK__)
|
||||
#elif defined(__WXGTK20__)
|
||||
#include "wx/gtk/bmpcbox.h"
|
||||
#else
|
||||
#include "wx/generic/bmpcbox.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue