#include "wx/filename.h"
#include "wx/dynlib.h"
#include "wx/evtloop.h"
+#include "wx/thread.h"
#include "wx/msw/private.h"
+#include "wx/msw/dc.h"
#include "wx/msw/ole/oleutils.h"
#include "wx/msw/private/timer.h"
// OLE is used for drag-and-drop, clipboard, OLE Automation..., but some
// compilers don't support it (missing headers, libs, ...)
-#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
+#if defined(__GNUWIN32_OLD__) || defined(__SYMANTEC__)
#undef wxUSE_OLE
#define wxUSE_OLE 0
// system DLL versions
// ----------------------------------------------------------------------------
+// these functions have trivial inline implementations for CE
+#ifndef __WXWINCE__
+
#if wxUSE_DYNLIB_CLASS
namespace
#endif // wxUSE_DYNLIB_CLASS/!wxUSE_DYNLIB_CLASS
+#endif // !__WXWINCE__
+
// ----------------------------------------------------------------------------
// Yield to incoming messages
// ----------------------------------------------------------------------------