]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
Split src/os2/utils.cpp in two to support non-monolithic builds.
[wxWidgets.git] / include / wx / chkconf.h
index cd321060103afb94f7414cd93a3404210139564d..ebf1ede895f43df592d911f9e9c500d06a3c189c 100644 (file)
 #   define wxUSE_GUI 1
 #endif /* !defined(wxUSE_GUI) */
 
-/* wxBase doesn't need compatibility settings as it's a new port */
-#if !wxUSE_GUI
-#   undef WXWIN_COMPATIBILITY
-#   undef WXWIN_COMPATIBILITY_2
-#   undef WXWIN_COMPATIBILITY_2_2
-#   define WXWIN_COMPATIBILITY 0
-#   define WXWIN_COMPATIBILITY_2 0
-#   define WXWIN_COMPATIBILITY_2_2 0
-#endif /* !wxUSE_GUI */
-
 /*
    tests for non GUI features
  */