WXWIN_COMPATBILITY is now 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-05 17:26:19 +00:00
parent f5d01a1cb7
commit 0c47546c75

View File

@@ -231,7 +231,7 @@
Level 0: no backward compatibility, all new features
Level 1: wxDC, OnSize (etc.) compatibility, but
some new features such as event tables */
#define WXWIN_COMPATIBILITY 1
#define WXWIN_COMPATIBILITY 0
/*
* Enables debugging: memory tracing, assert, etc., contains debug level
*/