#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 <ole2.h>
#include "wx/intl.h"
+#include "wx/log.h"
// ============================================================================
// General purpose functions and macros
#endif // wxUSE_OLE/!wxUSE_OLE
#endif //_WX_OLEUTILS_H
-