]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Removed conflicting wxEntry prototype
[wxWidgets.git] / include / wx / chkconf.h
index 45f5b187a2dfdab4a74ea3ca94ccaca112a21548..c8b30802807c003c16d11ac98a0b4e4da6d2d51f 100644 (file)
 
 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
 
+/*
+   Compiler-specific checking.
+ */
+
+#if defined(__WXMSW__)
+#  include "wx/msw/chkconf.h"
+#elif defined(__WXMAC__)
+#  include "wx/mac/chkconf.h"
+#endif
+
 /*
    this global setting determines what should we do if the setting FOO
    requires BAR and BAR is not set: we can either silently define BAR