git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54896
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
// wxBitmapComboBox implementation utilizes ownerdrawn combobox
// (either native or generic).
// Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
// wxBitmapComboBox implementation utilizes ownerdrawn combobox
// (either native or generic).
-#if !defined(__WXGTK20__)
+#if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__)
#define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED
#endif
#define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED
#endif