2nd part of USE_xxx to wxUSE_xxx change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-09-25 14:53:45 +00:00
parent 47d67540a0
commit 27fc802d5c
4 changed files with 109 additions and 109 deletions

View File

@@ -250,7 +250,7 @@ wxLog *wxLog::GetActiveTarget()
if ( !s_bInGetActiveTarget ) {
s_bInGetActiveTarget = TRUE;
#ifdef WX_TEST_MINIMAL
#ifdef wxUSE_NOGUI
ms_pLogger = new wxLogStderr;
#else
// ask the application to create a log target for us
@@ -410,7 +410,7 @@ wxLogTextCtrl::~wxLogTextCtrl()
// wxLogGui implementation
// ----------------------------------------------------------------------------
#ifndef WX_TEST_MINIMAL
#ifndef wxUSE_NOGUI
wxLogGui::wxLogGui()
{
@@ -804,7 +804,7 @@ wxLogWindow::~wxLogWindow()
delete m_pLogFrame;
}
#endif //WX_TEST_MINIMAL
#endif //wxUSE_NOGUI
// ============================================================================
// Global functions/variables