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

of pointers)
- fix last argument to 'FindExecutableW' (it's an output string)
This commit is contained in:
Lionel Ulmer 2005-10-11 19:26:20 +00:00 committed by Alexandre Julliard
parent 832c54503d
commit c734d93383
1 changed files with 2 additions and 2 deletions

View File

@ -289,8 +289,8 @@
@ stdcall ExtractIconW(long wstr long)
@ stub ExtractVersionResource16W
@ stub FindExeDlgProc
@ stdcall FindExecutableA(ptr ptr ptr)
@ stdcall FindExecutableW(wstr wstr wstr)
@ stdcall FindExecutableA(str str ptr)
@ stdcall FindExecutableW(wstr wstr ptr)
@ stub FixupOptionalComponents
@ stdcall FreeIconList(long)
@ stub InternalExtractIconListA