X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d8edd32b5041d1124b5cbe03e281062ae0220a7..42eba91294e1c374908b63bdc5f22a5c4c29f110:/include/wx/features.h?ds=sidebyside diff --git a/include/wx/features.h b/include/wx/features.h index fbe9692d3a..dbf93b4ff7 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -15,15 +15,18 @@ #ifndef _WX_FEATURES_H_ #define _WX_FEATURES_H_ -/* radio menu items are currently only implemented in wxGTK and wxMSW */ -#if defined(__WXGTK__) || defined(__WXMSW__) +/* radio menu items are currently not implemented in wxMotif, use this + symbol (kept for compatibility from the time when they were not implemented + under other platforms as well) to test for this */ +#if !defined(__WXMOTIF__) #define wxHAS_RADIO_MENU_ITEMS #else #undef wxHAS_RADIO_MENU_ITEMS #endif /* the raw keyboard codes are generated under wxGTK and wxMSW only */ -#if defined(__WXGTK__) || defined(__WXMSW__) +#if defined(__WXGTK__) || defined(__WXMSW__) || defined(__WXMAC__) \ + || defined(__WXDFB__) #define wxHAS_RAW_KEY_CODES #else #undef wxHAS_RAW_KEY_CODES