Re: msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter (try 3)
April 18, 2013
1:06 a.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.
April 2013
8:01 a.m.
New subject: msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter (try 3)
On Wed, Apr 17, 2013 at 6:06 PM, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
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.
Thanks, not sure how I missed that. Resent. -- -Austin
4725
Age (days ago)
4725
Last active (days ago)
1 comments
2 participants
participants (2)
-
Austin English -
Dmitry Timoshkov