From 5de1602ce14bce91d5f3c245e31dc81e9a95338c Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 14 Oct 2004 03:05:41 +0000 Subject: [PATCH] Reverted broken test to determine wxHAS_TASK_BAR_ICON git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/features.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/features.h b/include/wx/features.h index 5add1f43b4..67ca4cfc8b 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -29,9 +29,9 @@ #undef wxHAS_RAW_KEY_CODES #endif -/* taskbar is only implemented in the major ports */ +/* taskbar is only implemented in wxMSW and X11 ports */ #if defined(__WXMSW__) || \ - defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__) || defined(__DARWIN__) + defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__) #define wxHAS_TASK_BAR_ICON #else #undef wxHAS_TASK_BAR_ICON -- 2.47.2