]> git.saurik.com Git - wxWidgets.git/commitdiff
WXWIN_COMPATIBILITY_2_2 should be 0 by default now
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 22:44:16 +0000 (22:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 22:44:16 +0000 (22:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 0e32f556a420fdc021f1861bb7937acf468777d4..cd0182707993354ca4285e0c568b745ab84a7607 100644 (file)
@@ -50,7 +50,7 @@
 // Default is 0
 //
 // Recommended setting: 0 (please update your code)
-#define WXWIN_COMPATIBILITY_2_2 1
+#define WXWIN_COMPATIBILITY_2_2 0
 
 // This setting determines the compatibility with 2.4 API: set it to 0 to
 // flag all cases of using deprecated functions.