Take COM defintions from ObjBase.h header file

Apparently combaseapi.h header file is not present in the older development
environments.
This commit is contained in:
Artur Wieczorek
2017-05-09 20:45:38 +02:00
parent fc96ef3570
commit a17ce3debe

View File

@@ -15,7 +15,7 @@
#include "wx/msw/wrapwin.h" #include "wx/msw/wrapwin.h"
// get IUnknown, REFIID &c // get IUnknown, REFIID &c
#include <combaseapi.h> #include <objbase.h>
// ============================================================================ // ============================================================================
// General purpose functions and macros // General purpose functions and macros