ntdll: Use WINAPI calling convention for stub_entry_point().
commitc181a0ad59192a45cf913315b8f38e490e74ad7e
authorPaul Gofman <pgofman@codeweavers.com>
Tue, 29 Dec 2020 14:05:45 +0000 (29 17:05 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Dec 2020 20:08:32 +0000 (29 21:08 +0100)
tree1078d32fc3fdbafebbe7801078db4d86222d8f7b
parentff09f14867e1abfb7ae72d9929e89cded2926e1a
ntdll: Use WINAPI calling convention for stub_entry_point().

Otherwise it ends up being stdcall function in the gcc PE build and
cdecl in ELF while allocate_stub() currently assumes cdecl.

Fixes missing function details output on x64.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/loader.c