X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e9b921dc6b84d9d4beb1a5bbd2380910073c7ae..0f35e441b0c0743b22e147f957a4cac537e8f81d:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 9606840cdd..36c3571ab6 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -49,6 +49,7 @@ #include "wx/filename.h" #include "wx/dynlib.h" #include "wx/evtloop.h" +#include "wx/thread.h" #include "wx/msw/private.h" #include "wx/msw/ole/oleutils.h" @@ -60,7 +61,7 @@ // 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