Commit c734d933 authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

- fix first two arguments to 'FindExecutableA' (input strings instead

of pointers) - fix last argument to 'FindExecutableW' (it's an output string)
parent 832c5450
...@@ -289,8 +289,8 @@ ...@@ -289,8 +289,8 @@
@ stdcall ExtractIconW(long wstr long) @ stdcall ExtractIconW(long wstr long)
@ stub ExtractVersionResource16W @ stub ExtractVersionResource16W
@ stub FindExeDlgProc @ stub FindExeDlgProc
@ stdcall FindExecutableA(ptr ptr ptr) @ stdcall FindExecutableA(str str ptr)
@ stdcall FindExecutableW(wstr wstr wstr) @ stdcall FindExecutableW(wstr wstr ptr)
@ stub FixupOptionalComponents @ stub FixupOptionalComponents
@ stdcall FreeIconList(long) @ stdcall FreeIconList(long)
@ stub InternalExtractIconListA @ stub InternalExtractIconListA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment