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:
@@ -72,6 +72,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // wxUSE_STREAM && wxUSE_ICO_CUR
|
||||
#endif // wxUSE_STREAMS && wxUSE_ICO_CUR
|
||||
|
||||
#endif // _WX_ANIDECOD_H
|
||||
|
@@ -141,6 +141,6 @@ protected:
|
||||
};
|
||||
|
||||
|
||||
#endif // wxUSE_STREAM
|
||||
#endif // wxUSE_STREAMS
|
||||
#endif // _WX_ANIMDECOD_H
|
||||
|
||||
|
@@ -105,6 +105,6 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxGIFDecoder)
|
||||
};
|
||||
|
||||
#endif // wxUSE_STREAM && wxUSE_GIF
|
||||
#endif // wxUSE_STREAMS && wxUSE_GIF
|
||||
|
||||
#endif // _WX_GIFDECOD_H_
|
||||
|
@@ -205,7 +205,7 @@ bool wxDisplay::ChangeMode(const wxVideoMode& mode)
|
||||
return m_impl->ChangeMode(mode);
|
||||
}
|
||||
|
||||
#endif // wxUSE_DIRECTDRAW
|
||||
#endif // wxUSE_DISPLAY
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// static functions implementation
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -257,4 +257,4 @@ bool wxToggleButton::Create( wxWindow* parent, wxWindowID id,
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // wxUSE_TOGGLEBUTTON
|
||||
#endif // wxUSE_TOGGLEBTN
|
||||
|
@@ -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;
|
||||
|
@@ -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) ;
|
||||
|
@@ -147,4 +147,4 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
|
||||
}
|
||||
|
||||
#endif
|
||||
// wxUSE_SPINCTN
|
||||
// wxUSE_SPINBTN
|
||||
|
Reference in New Issue
Block a user