]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Added wxThread::GetCurrentId(), which returns an ID for the current
[wxWidgets.git] / include / wx / chkconf.h
index a83225b5251395e07d92f37eda67ce6be2edd6bd..589765159213552d3cf50c22c7e5d26da257da1f 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_HTML) */
 
+#ifndef wxUSE_ICO_CUR
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_ICO_CUR must be defined."
+#   else
+#       define wxUSE_ICO_CUR 0
+#   endif
+#endif /* !defined(wxUSE_ICO_CUR) */
+
 #ifndef wxUSE_IMAGLIST
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_IMAGLIST must be defined."