mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
- 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…
x
Reference in New Issue
Block a user