X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa1f2541b616bee54a237c256758b0b320765828..e273151278d28cceefe6eee8c49bc6915306805d:/include/wx/chkconf.h?ds=sidebyside diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index b2ab5e68c5..5072accba8 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1011,6 +1011,18 @@ # endif #endif /* wxUSE_CHOICEBOOK */ +/* don't attempt to use native status bar on the platforms not having it */ +#ifndef wxUSE_NATIVE_STATUSBAR +# define wxUSE_NATIVE_STATUSBAR 0 +#elif wxUSE_NATIVE_STATUSBAR +# if defined(__WXUNIVERSAL__) || !( defined(__WXMSW__) || \ + defined(__WXMAC__) || \ + defined(__WXPALMOS__) ) +# undef wxUSE_NATIVE_STATUSBAR +# define wxUSE_NATIVE_STATUSBAR 0 +# endif +#endif + /* wxUniv-specific dependencies */ #if defined(__WXUNIVERSAL__) # if (wxUSE_COMBOBOX || wxUSE_MENUS) && !wxUSE_POPUPWIN @@ -1144,6 +1156,7 @@ # endif # endif # endif /* wxUSE_DYNAMIC_LOADER */ + #endif /* wxMSW */ /* wxMAC-specific dependencies */