On Wed, Apr 17, 2013 at 6:06 PM, Dmitry Timoshkov <dmitry@baikal.ru> wrote:
Austin English <austinenglish@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