replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,11 +40,9 @@
|
||||
#include "wx/univ/inphand.h"
|
||||
#include "wx/univ/theme.h"
|
||||
|
||||
#define WXDEBUG_SCROLLBAR
|
||||
|
||||
#ifndef __WXDEBUG__
|
||||
#undef WXDEBUG_SCROLLBAR
|
||||
#endif // !__WXDEBUG__
|
||||
#if wxDEBUG_LEVEL >= 2
|
||||
#define WXDEBUG_SCROLLBAR
|
||||
#endif
|
||||
|
||||
#if defined(WXDEBUG_SCROLLBAR) && defined(__WXMSW__) && !defined(__WXMICROWIN__)
|
||||
#include "wx/msw/private.h"
|
||||
|
Reference in New Issue
Block a user