]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted broken test to determine wxHAS_TASK_BAR_ICON
authorDavid Elliott <dfe@tgwbd.org>
Thu, 14 Oct 2004 03:05:41 +0000 (03:05 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 14 Oct 2004 03:05:41 +0000 (03:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/features.h

index 5add1f43b42b757e97e708e07ceb413ea9964703..67ca4cfc8b75c0f4a53e762ccd25e6874a4bc4cd 100644 (file)
@@ -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