Re: [Mingw-w64-public] [patch] oleacc.idl: Use ULONG

2012-08-01 Thread Kai Tietz
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

Re: [Mingw-w64-public] [patch] oleacc.idl: Use ULONG

2012-08-01 Thread 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 functions. MSDN documents the >>>

Re: [Mingw-w64-public] [patch] oleacc.idl: Use ULONG

2012-08-01 Thread Corinna Vinschen
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

Re: [Mingw-w64-public] [patch] oleacc.idl: Use ULONG

2012-08-01 Thread Jacek Caban
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

[Mingw-w64-public] [patch] oleacc.idl: Use ULONG

2012-08-01 Thread Corinna Vinschen
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