wxUSE_DEPRECATED set to 0 by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-23 11:28:50 +00:00
parent 4508c2b01b
commit 73680834a6

View File

@@ -17,7 +17,7 @@
#endif #endif
#ifndef wxUSE_DEPRECATED #ifndef wxUSE_DEPRECATED
#define wxUSE_DEPRECATED 1 #define wxUSE_DEPRECATED 0
#endif #endif
#if wxUSE_DEPRECATED #if wxUSE_DEPRECATED