- 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:
parent
832c54503d
commit
c734d93383
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue