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

Austin English austinenglish at gmail.com
Thu Apr 18 03:01:01 CDT 2013


On Wed, Apr 17, 2013 at 6:06 PM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> 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.
>

Thanks, not sure how I missed that. Resent.

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130418/095e3547/attachment.html>


More information about the wine-devel mailing list