]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
copyright update
[wxWidgets.git] / include / wx / chkconf.h
index 589765159213552d3cf50c22c7e5d26da257da1f..b3620c8eb81281a0b3792203e396d15cc665b2f0 100644 (file)
 #   endif
 #endif /* !defined(wxUSE_ICO_CUR) */
 
+#ifndef wxUSE_IFF
+#   ifdef wxABORT_ON_CONFIG_ERROR
+#       error "wxUSE_IFF must be defined."
+#   else
+#       define wxUSE_IFF 0
+#   endif
+#endif /* !defined(wxUSE_IFF) */
+
 #ifndef wxUSE_IMAGLIST
 #   ifdef wxABORT_ON_CONFIG_ERROR
 #       error "wxUSE_IMAGLIST must be defined."