+#if wxUSE_OWNER_DRAWN
+ /*
+ It is not clear if owner-drawn code makes much sense for wxUniv in the
+ first place but in any case it doesn't link currently (at least under
+ wxMSW but probably elsewhere too) as there is no wxUniv-specific
+ wxOwnerDrawnBase implementation so disable it for now.
+ */
+ #undef wxUSE_OWNER_DRAWN
+ #define wxUSE_OWNER_DRAWN 0
+#endif /* wxUSE_OWNER_DRAWN */
+