2012/8/1 Jacek Caban :
> On 08/01/12 12:22, Corinna Vinschen wrote:
>> On Aug 1 11:54, Jacek Caban wrote:
>>> On 08/01/12 11:49, Corinna Vinschen wrote:
Hi,
the below patch changes oleacc.idl to use ULONG rather than unsigned long
in all calls to the XXX_UserYYY automation func
On 08/01/12 12:22, Corinna Vinschen wrote:
> On Aug 1 11:54, Jacek Caban wrote:
>> On 08/01/12 11:49, Corinna Vinschen wrote:
>>> Hi,
>>>
>>> the below patch changes oleacc.idl to use ULONG rather than unsigned long
>>> in all calls to the XXX_UserYYY automation functions. MSDN documents the
>>>
On Aug 1 11:54, Jacek Caban wrote:
> On 08/01/12 11:49, Corinna Vinschen wrote:
> > Hi,
> >
> > the below patch changes oleacc.idl to use ULONG rather than unsigned long
> > in all calls to the XXX_UserYYY automation functions. MSDN documents the
> > BSTR and VARIANT functions to use ULONG. I co
On 08/01/12 11:49, Corinna Vinschen wrote:
> Hi,
>
> the below patch changes oleacc.idl to use ULONG rather than unsigned long
> in all calls to the XXX_UserYYY automation functions. MSDN documents the
> BSTR and VARIANT functions to use ULONG. I couldn't find documentation
> for the equivalent H
Hi,
the below patch changes oleacc.idl to use ULONG rather than unsigned long
in all calls to the XXX_UserYYY automation functions. MSDN documents the
BSTR and VARIANT functions to use ULONG. I couldn't find documentation
for the equivalent HMENU and HWND functions, but I changed them as well
on