Re: [oleaut 1/3] include: add [unique] attributes to IPropertyBag::RemoteRead args

2009-01-01 Thread Rob Shearman
2009/1/1 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: diff --git a/include/oaidl.idl b/include/oaidl.idl index 1cc166a..4ee3b43 100644 --- a/include/oaidl.idl +++ b/include/oaidl.idl @@ -1620,9 +1620,9 @@ interface IPropertyBag : IUnknown HRESULT RemoteRead( [in] LPCOLESTR

Re: [oleaut 1/3] include: add [unique] attributes to IPropertyBag::RemoteRead args

2009-01-01 Thread Michael Karcher
Am Donnerstag, den 01.01.2009, 18:53 + schrieb Rob Shearman: 2009/1/1 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: diff --git a/include/oaidl.idl b/include/oaidl.idl index 1cc166a..4ee3b43 100644 --- a/include/oaidl.idl +++ b/include/oaidl.idl @@ -1620,9 +1620,9 @@ interface

Re: [oleaut 1/3] include: add [unique] attributes to IPropertyBag::RemoteRead args

2009-01-01 Thread Rob Shearman
2009/1/1 Michael Karcher w...@mkarcher.dialup.fu-berlin.de: Am Donnerstag, den 01.01.2009, 18:53 + schrieb Rob Shearman: but MIDL ignores the pointer type for interface pointers and never outputs a NULL reference pointer check for them. So widl just needs to be fixed. Is it OK for me to