X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..c2c767d34caa038f67db551698fdcc2561ed230c:/src/msw/ole/oleutils.cpp diff --git a/src/msw/ole/oleutils.cpp b/src/msw/ole/oleutils.cpp index 55e74c6c45..7649d712e2 100644 --- a/src/msw/ole/oleutils.cpp +++ b/src/msw/ole/oleutils.cpp @@ -31,6 +31,8 @@ #include "wx/setup.h" #include "wx/log.h" +#ifndef __CYGWIN10__ + #include // OLE @@ -208,3 +210,7 @@ void wxLogRelease(const char *szInterface, ULONG cRef) #endif // wxUSE_DRAG_AND_DROP + +#endif + // __CYGWIN10__ +