corrected misleading comment for WXWIN_COMPATINILITY_2_2 (closes 625817)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-10-29 00:31:48 +00:00
parent 5dc4c9e92d
commit a824bcf272

View File

@@ -44,12 +44,12 @@
// Recommended setting: 0 (please update your code instead!)
#define WXWIN_COMPATIBILITY_2 0
// This setting determines the compatibility with 2.0 API: set it to 1 to
// enable it
// This setting determines the compatibility with 2.2 API: set it to 0 to
// flag all cases of using deprecated functions.
//
// Default is 1.
// Default is 1 but please try building your code with 0.
//
// Recommended setting: 0 (please update your code instead!)
// Recommended setting: 0 (please update your code)
#define WXWIN_COMPATIBILITY_2_2 1
// in wxMSW version 2.1.11 and earlier, wxIcon always derives from wxBitmap,