]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Formating warning fix for FC2 build.
[wxWidgets.git] / include / wx / chkconf.h
index eb95a01b3d32faabc3d6a7c12c798e2775e4b406..939fad0c664d0fc6311c288e3e52afb293bd6e4a 100644 (file)
@@ -70,7 +70,9 @@
  */
 
 #ifndef wxUSE_CRASHREPORT
-#   ifdef wxABORT_ON_CONFIG_ERROR
+    /* this one is special: as currently it is Windows-only, don't force it
+       to be defined on other platforms */
+#   if defined(wxABORT_ON_CONFIG_ERROR) && defined(__WXMSW__)
 #       error "wxUSE_CRASHREPORT must be defined."
 #   else
 #       define wxUSE_CRASHREPORT 0