X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ef50df3a0fa3c343800c554e609f98fc7575cc..4f9db74e9852ca3f4bfe9a13c6dd4ca5f6714946:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 0304b78660..705efe38df 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -300,7 +300,10 @@ // compatibility code #if !wxUSE_GUI #undef WXWIN_COMPATIBILITY_2 + #undef WXWIN_COMPATIBILITY_2_2 + #define WXWIN_COMPATIBILITY_2 0 + #define WXWIN_COMPATIBILITY_2_2 0 #endif // !GUI // ============================================================================