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

Dmitry Timoshkov dmitry at baikal.ru
Wed Apr 17 20:06:28 CDT 2013


Austin English <austinenglish at gmail.com> wrote:

> +LPTOP_LEVEL_EXCEPTION_FILTER MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
> +{
> +    return SetUnhandledExceptionFilter(filter);
> +}

msvcrt APIs need an explicit calling convention specifier.

-- 
Dmitry.



More information about the wine-devel mailing list