17 Apr
2013
17 Apr
'13
8:06 p.m.
Austin English <austinenglish(a)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.