correct closing comments in #endifs (patch 1756990)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-21 23:54:55 +00:00
parent 9222c61388
commit b0f76951bc
10 changed files with 12 additions and 12 deletions

View File

@@ -72,6 +72,6 @@ private:
};
#endif // wxUSE_STREAM && wxUSE_ICO_CUR
#endif // wxUSE_STREAMS && wxUSE_ICO_CUR
#endif // _WX_ANIDECOD_H

View File

@@ -141,6 +141,6 @@ protected:
};
#endif // wxUSE_STREAM
#endif // wxUSE_STREAMS
#endif // _WX_ANIMDECOD_H

View File

@@ -105,6 +105,6 @@ private:
DECLARE_NO_COPY_CLASS(wxGIFDecoder)
};
#endif // wxUSE_STREAM && wxUSE_GIF
#endif // wxUSE_STREAMS && wxUSE_GIF
#endif // _WX_GIFDECOD_H_

View File

@@ -205,7 +205,7 @@ bool wxDisplay::ChangeMode(const wxVideoMode& mode)
return m_impl->ChangeMode(mode);
}
#endif // wxUSE_DIRECTDRAW
#endif // wxUSE_DISPLAY
// ----------------------------------------------------------------------------
// static functions implementation

View File

@@ -384,7 +384,7 @@ void wxFrame::GtkOnSize()
yy = GetClientSize().y;
#if wxUSE_MENUS_NATIVE
yy += m_menuBarHeight;
#endif // wxUSE_MENU_NATIVE
#endif // wxUSE_MENUS_NATIVE
m_frameToolBar->m_x = xx;
m_frameToolBar->m_y = yy;
ww = m_width - 2*m_miniEdge;

View File

@@ -183,14 +183,14 @@ void wxApp::WakeUpIdle()
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiEnter();
#endif // wxUSE_THREADS_
#endif // wxUSE_THREADS
wxapp_install_idle_handler();
#if wxUSE_THREADS
if (!wxThread::IsMain())
wxMutexGuiLeave();
#endif // wxUSE_THREADS_
#endif // wxUSE_THREADS
}
//-----------------------------------------------------------------------------

View File

@@ -257,4 +257,4 @@ bool wxToggleButton::Create( wxWindow* parent, wxWindowID id,
return true;
}
#endif // wxUSE_TOGGLEBUTTON
#endif // wxUSE_TOGGLEBTN

View File

@@ -61,7 +61,7 @@ public:
#endif
#if !wxMOTIF_USE_RENDER_TABLE
WXFontList m_fontList; // Motif XmFontList
#else // if wxUSE_RENDER_TABLE
#else // if wxMOTIF_USE_RENDER_TABLE
WXRenderTable m_renderTable; // Motif XmRenderTable
WXRendition m_rendition; // Motif XmRendition
#endif
@@ -147,7 +147,7 @@ wxXFont::~wxXFont()
if (m_fontList)
XmFontListFree ((XmFontList) m_fontList);
m_fontList = NULL;
#else // if wxUSE_RENDER_TABLE
#else // if wxMOTIF_USE_RENDER_TABLE
if (m_renderTable)
XmRenderTableFree ((XmRenderTable) m_renderTable);
m_renderTable = NULL;

View File

@@ -54,7 +54,7 @@
#if wxUSE_DATETIME
#include "wx/datetime.h"
#endif // wxUSE_TIMEDATE
#endif // wxUSE_DATETIME
static void ClearVariant(VARIANTARG *pvarg) ;
static void ReleaseVariant(VARIANTARG *pvarg) ;

View File

@@ -147,4 +147,4 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
}
#endif
// wxUSE_SPINCTN
// wxUSE_SPINBTN