[PATCH] shell32: Add SHLimitInputEdit stub.

Alex Henrie alexhenrie24 at gmail.com
Mon Apr 25 23:28:58 CDT 2016


2016-04-25 22:25 GMT-06:00 Nikolay Sivov <bunglehead at gmail.com>:
> On 26.04.2016 6:13, Alex Henrie wrote:
>> Needed for Windows Movie Maker 2.6.
>>
>> Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
>> ---
>>  dlls/shell32/shell32.spec | 1 +
>>  dlls/shell32/shlfolder.c  | 9 +++++++++
>>  2 files changed, 10 insertions(+)
>>
>> diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
>> index 93fd449..7ebd032 100644
>> --- a/dlls/shell32/shell32.spec
>> +++ b/dlls/shell32/shell32.spec
>> @@ -264,6 +264,7 @@
>>   727 stdcall SHGetImageList(long ptr ptr)
>>   730 stdcall -noname RestartDialogEx(long wstr long long)
>>   743 stdcall SHCreateFileExtractIconW(wstr long ptr ptr)
>> + 747 stdcall SHLimitInputEdit(ptr ptr)
>>
>
> Does it actually need explicit ordinal?

Yes. I tried it without the ordinal and the program still crashed. The
exact error message is "Unhandled exception: unimplemented function
SHELL32.dll.747 called in 32-bit code (0x7bc53e71)."

-Alex



More information about the wine-devel mailing list