remove WXWIN_COMPATIBILITY_2_6, add WXWIN_COMPATIBILITY_3_0
closes #15792 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -25,16 +25,6 @@ | ||||
| // compatibility settings | ||||
| // ---------------------------------------------------------------------------- | ||||
|  | ||||
| // This setting determines the compatibility with 2.6 API: set it to 0 to | ||||
| // flag all cases of using deprecated functions. | ||||
| // | ||||
| // Default is 1 but please try building your code with 0 as the default will | ||||
| // change to 0 in the next version and the deprecated functions will disappear | ||||
| // in the version after it completely. | ||||
| // | ||||
| // Recommended setting: 0 (please update your code) | ||||
| #define WXWIN_COMPATIBILITY_2_6 0 | ||||
|  | ||||
| // This setting determines the compatibility with 2.8 API: set it to 0 to | ||||
| // flag all cases of using deprecated functions. | ||||
| // | ||||
| @@ -43,7 +33,17 @@ | ||||
| // in the version after it completely. | ||||
| // | ||||
| // Recommended setting: 0 (please update your code) | ||||
| #define WXWIN_COMPATIBILITY_2_8 1 | ||||
| #define WXWIN_COMPATIBILITY_2_8 0 | ||||
|  | ||||
| // This setting determines the compatibility with 3.0 API: set it to 0 to | ||||
| // flag all cases of using deprecated functions. | ||||
| // | ||||
| // Default is 1 but please try building your code with 0 as the default will | ||||
| // change to 0 in the next version and the deprecated functions will disappear | ||||
| // in the version after it completely. | ||||
| // | ||||
| // Recommended setting: 0 (please update your code) | ||||
| #define WXWIN_COMPATIBILITY_3_0 1 | ||||
|  | ||||
| // MSW-only: Set to 0 for accurate dialog units, else 1 for old behaviour when | ||||
| // default system font is used for wxWindow::GetCharWidth/Height() instead of | ||||
|   | ||||
		Reference in New Issue
	
	Block a user