X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/faba238f8ef016562f66378bde27a7e7d9c2ed4f..32b4e9ecd77e106fcbadc95e0671c611b136456a:/include/wx/bmpcbox.h diff --git a/include/wx/bmpcbox.h b/include/wx/bmpcbox.h index 8418419701..08b1f4638d 100644 --- a/include/wx/bmpcbox.h +++ b/include/wx/bmpcbox.h @@ -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(__WXGTK20__) +#if !defined(__WXGTK20__) || defined(__WXUNIVERSAL__) #define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED #endif