]> git.saurik.com Git - wxWidgets.git/commitdiff
Cygwin compile fix
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 16 Sep 2005 15:00:45 +0000 (15:00 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 16 Sep 2005 15:00:45 +0000 (15:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/ole/oleutils.h

index 9c070e9e0c1664508761dcad3d90c49bc2c71728..6409b6ffeff6941e33eec5fe3211049655f48598 100644 (file)
@@ -20,6 +20,8 @@
 
 #if wxUSE_OLE
 
 
 #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"
 // get IUnknown, REFIID &c
 #include <ole2.h>
 #include "wx/intl.h"