[3/5] ntdll: Implement RtlInstallFunctionTableCallback on x86_64.

Dmitry Timoshkov dmitry at baikal.ru
Sun Apr 6 20:08:14 CDT 2014


Sebastian Lackner <sebastian at fds-team.de> wrote:

> +BOOLEAN CDECL RtlInstallFunctionTableCallback( DWORD64 table, DWORD64 base, DWORD length,
> +                                               PGET_RUNTIME_FUNCTION_CALLBACK callback, PVOID context, PCWSTR dll )
> +{

http://msdn.microsoft.com/en-us/library/windows/desktop/ms680595%28v=vs.85%29.aspx
claims that RtlInstallFunctionTableCallback is WINAPI, not CDECL, which
one is correct?

-- 
Dmitry.



More information about the wine-devel mailing list