msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Wed Apr 3 21:52:23 CDT 2013


Austin English <austinenglish at gmail.com> wrote:

> Try 2: use cdecl calling convention

> -@ stub __crtSetUnhandledExceptionFilter
> +@ cdecl __crtSetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter

It's not acceptable to mix calling conventions when forwarding an API with
number of arguments != 0.

-- 
Dmitry.



More information about the wine-devel mailing list