]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/features.h
changing the number of items in wxHtmlListBox should flush the cache
[wxWidgets.git] / include / wx / features.h
index 15f9dc9bba11e0785f3d8f9b7244aaa58bdf825c..531f5b3f54ba53c1dceb8b83c9bf907055af7dd6 100644 (file)
     #undef wxHAS_RAW_KEY_CODES
 #endif
 
+// taskbar is only implemented in wxMSW and X11 ports
+#if defined(__WXMSW__) || \
+        defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__)
+    #define wxHAS_TASK_BAR_ICON
+#else
+    #undef wxHAS_TASK_BAR_ICON
+#endif
+
 #endif // _WX_FEATURES_H_