X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c479fdf18dabe2719ea0a15ee2feae7d81a088..ff95fdbb31fd99b0f0be942349dac1c86a147c22:/include/wx/features.h diff --git a/include/wx/features.h b/include/wx/features.h index c3341f0a95..80d7e6b317 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -38,7 +38,7 @@ #endif /* taskbar is only implemented in wxMSW and X11 ports */ -#if defined(__WXMSW__) || defined(__DARWIN__) || \ +#if defined(__WXMSW__) || \ defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__) #define wxHAS_TASK_BAR_ICON #else