comctl32: Fix some more spec file entries

André Hentschel nerv at dawncrow.de
Mon Jan 30 16:07:50 CST 2017


Am 30.01.2017 um 11:32 schrieb Huw Davies:
> On Sun, Jan 29, 2017 at 09:58:36PM +0100, André Hentschel wrote:
>> Signed-off-by: André Hentschel <nerv at dawncrow.de>
>> ---
>>  dlls/comctl32/comctl32.spec | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/dlls/comctl32/comctl32.spec b/dlls/comctl32/comctl32.spec
>> index c3e9167..dbfa123 100644
>> --- a/dlls/comctl32/comctl32.spec
>> +++ b/dlls/comctl32/comctl32.spec
>> @@ -93,7 +93,7 @@
>>  382 stdcall -noname SmoothScrollWindow(ptr)
>>  383 stub -noname DoReaderMode
>>  384 stdcall -noname SetPathWordBreakProc(ptr long)
>> -385 stdcall -ordinal DPA_EnumCallback(long long ptr)
>> +385 stdcall -ordinal DPA_EnumCallback(long ptr ptr)
> 
> Should be:
> 385 stdcall -ordinal DPA_EnumCallback(ptr ptr ptr)
> 
> Huw.
> 

True, thx!
The reason is that I'm currently ignoring handles as we don't have a clear rule for them, and as the first parameter type begins with an H, my script thought it is a handle and ignored it...




More information about the wine-devel mailing list