}
};
-#ifdef __WXBASE__
+#if wxUSE_BASE
//--------------------------------------------------------------------------------
delete m_Hash -> Delete(filename);
}
-#endif // __WXBASE__
+#endif // wxUSE_BASE
#if wxUSE_GUI
// implementation
// ===========================================================================
-#ifdef __WXBASE__
+#if wxUSE_BASE
// ----------------------------------------------------------------------------
// wxMessageOutput
::wxLogMessage(wxT("%s"), out.c_str());
}
-#endif // __WXBASE__
+#endif // wxUSE_BASE
// ----------------------------------------------------------------------------
// wxMessageOutputMessageBox
#include "wx/msw/private.h"
#endif
-#if 1 // def __WXBASE__
+#if wxUSE_BASE
// ----------------------------------------------------------------------------
// common data
return wxTheApp && wxTheApp->Yield(TRUE);
}
-#endif // __WXBASE__
+#endif // wxUSE_BASE
// ============================================================================
// GUI-only functions from now on
// global HINSTANCE
// ----------------------------------------------------------------------------
-#ifdef __WXBASE__
+#if wxUSE_BASE
HINSTANCE wxhInstance = 0;
wxhInstance = hInst;
}
-#endif // __WXBASE__
+#endif // wxUSE_BASE
// Missing libc file manipulation functions in Win9x
//------------------------------------------------------------------------
-#ifdef __WXBASE__
+#if wxUSE_BASE
WXDLLEXPORT int wxMSLU__trename(const wxChar *oldname, const wxChar *newname)
{
#endif // compilers having wopen() &c
-#endif // __WXBASE__
+#endif // wxUSE_BASE
#endif // wxUSE_UNICODE_MSLU
#include <shellapi.h>
#include "wx/msw/missing.h"
-#ifdef __WXBASE__
+#if wxUSE_BASE
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Dynamic library function defs.
return itr->second.m_flags;
} // GetFlags
-#endif // __WXBASE__
+#endif // wxUSE_BASE
// ============================================================================
// wxFSVolume
#endif // wxUSE_STREAMS
-#ifdef __WXBASE__
+#if wxUSE_BASE
#if defined( __MWERKS__ ) && defined(__MACH__)
#define WXWIN_OS_DESCRIPTION "MacOS X"
#endif // WXWIN_COMPATIBILITY_2_2
-#endif // __WXBASE__
+#endif // wxUSE_BASE
#if wxUSE_GUI