From a17ce3debe7da9958a400c94982cf86c2604d8f5 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Tue, 9 May 2017 20:45:38 +0200 Subject: [PATCH] Take COM defintions from ObjBase.h header file Apparently combaseapi.h header file is not present in the older development environments. --- include/wx/msw/ole/comimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/ole/comimpl.h b/include/wx/msw/ole/comimpl.h index f688b70d02..efb2d5867f 100644 --- a/include/wx/msw/ole/comimpl.h +++ b/include/wx/msw/ole/comimpl.h @@ -15,7 +15,7 @@ #include "wx/msw/wrapwin.h" // get IUnknown, REFIID &c -#include +#include // ============================================================================ // General purpose functions and macros