simplified #ifs around the code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_ALL_THEMES || wxUSE_THEME_WIN32
|
||||
#include "wx/univ/theme.h"
|
||||
|
||||
#if wxUSE_THEME_WIN32
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/timer.h"
|
||||
@@ -67,7 +69,6 @@
|
||||
#include "wx/univ/inpcons.h"
|
||||
#include "wx/univ/inphand.h"
|
||||
#include "wx/univ/colschem.h"
|
||||
#include "wx/univ/theme.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// constants
|
||||
@@ -3775,4 +3776,4 @@ bool wxWin32FrameInputHandler::HandleActivation(wxInputConsumer *consumer,
|
||||
return wxStdInputHandler::HandleActivation(consumer, activated);
|
||||
}
|
||||
|
||||
#endif // wxUSE_ALL_THEMES || wxUSE_THEME_WIN32
|
||||
#endif // wxUSE_THEME_WIN32
|
||||
|
Reference in New Issue
Block a user