]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/chkconf.h
Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several...
[wxWidgets.git] / include / wx / msw / chkconf.h
index 2c088a7bf4815e314bcf8eec9cb633a33fa6b5bb..59d5dbc43304925213eb5ab5048150dc914e830a 100644 (file)
 #    endif
 #endif /* !defined(wxUSE_MS_HTML_HELP) */
 
 #    endif
 #endif /* !defined(wxUSE_MS_HTML_HELP) */
 
+#ifndef wxUSE_INICONF
+#    ifdef wxABORT_ON_CONFIG_ERROR
+#        error "wxUSE_INICONF must be defined."
+#    else
+#        define wxUSE_INICONF 0
+#    endif
+#endif /* !defined(wxUSE_INICONF) */
+
 #ifndef wxUSE_OLE
 #    ifdef wxABORT_ON_CONFIG_ERROR
 #        error "wxUSE_OLE must be defined."
 #ifndef wxUSE_OLE
 #    ifdef wxABORT_ON_CONFIG_ERROR
 #        error "wxUSE_OLE must be defined."