On Thu, Jan 07, 2016 at 06:15:52PM +1100, Alistair Leslie-Hughes wrote:
diff --git a/dlls/olepro32/olepro.idl b/dlls/olepro32/olepro.idl new file mode 100644 index 0000000..a34822d --- /dev/null +++ b/dlls/olepro32/olepro.idl @@ -0,0 +1,358 @@ +/*
- Copyright (C) 2015 Alistair Leslie-Hughes
This appears to be a stripped down copy of std_ole_v1.idl, which is fine; what's not fine is stripping out the copyright and replacing it with your own.
What should happen here is that this typelib should importlib("stdole32.tlb") and not have the IUnknown or IDispatch definitions. This will mean adding stdole32.tlb to the include directory.
Huw.