// wxLogStream implementation
// ----------------------------------------------------------------------------
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
wxLogStream::wxLogStream(ostream *ostr)
{
if ( ostr == NULL )
// wxLogTextCtrl implementation
// ----------------------------------------------------------------------------
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
wxLogTextCtrl::wxLogTextCtrl(wxTextCtrl *pTextCtrl)
// DLL mode in wxMSW, can't use it.
#if defined(NO_TEXT_WINDOW_STREAM)