FILE *m_fp;
};
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
// log everything to an "ostream", cerr by default
class WXDLLEXPORT wxLogStream : public wxLog
{
#ifndef wxUSE_NOGUI
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
// log everything to a text window (GUI only of course)
class WXDLLEXPORT wxLogTextCtrl : public wxLogStream
{