Re: msvcr110: forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter (try 2)
4 Apr
2013
4 Apr
'13
2:52 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
Try 2: use cdecl calling convention
-@ stub __crtSetUnhandledExceptionFilter +@ cdecl __crtSetUnhandledExceptionFilter(ptr) kernel32.SetUnhandledExceptionFilter
It's not acceptable to mix calling conventions when forwarding an API with number of arguments != 0. -- Dmitry.
4638
Age (days ago)
4638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov