msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter

Alexandre Julliard julliard at winehq.org
Tue Mar 26 11:40:38 CDT 2013


Austin English <austinenglish at gmail.com> writes:

> diff --git a/dlls/msvcr110/msvcr110.spec b/dlls/msvcr110/msvcr110.spec
> index 4a94dbe..babfc67 100644
> --- a/dlls/msvcr110/msvcr110.spec
> +++ b/dlls/msvcr110/msvcr110.spec
> @@ -928,7 +928,7 @@
>  @ stub -arch=i386,win64 __crtLCMapStringEx
>  @ cdecl __crtLCMapStringW(long long wstr long ptr long long long) msvcrt.__crtLCMapStringW
>  @ stub -arch=i386,win64 __crtSetThreadStackGuarantee
> -@ stub __crtSetUnhandledExceptionFilter
> +@ stdcall __crtSetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter

A quick test shows that the crt functions are cdecl.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list