X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9f00f2fce9cacd46ae25417d6c3a5add7640320..fbf618dff87a9e4a88d5be458cecc50309b30af3:/include/wx/msw/ole/oleutils.h diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index 413155dd24..50286a3c40 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -12,17 +12,16 @@ #ifndef _WX_OLEUTILS_H #define _WX_OLEUTILS_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "oleutils.h" -#endif - #include "wx/defs.h" #if wxUSE_OLE +// ole2.h includes windows.h, so include wrapwin.h first +#include "wx/msw/wrapwin.h" // get IUnknown, REFIID &c #include #include "wx/intl.h" +#include "wx/log.h" // ============================================================================ // General purpose functions and macros @@ -253,4 +252,3 @@ inline void wxOleUninitialize() { } #endif // wxUSE_OLE/!wxUSE_OLE #endif //_WX_OLEUTILS_H -