3 Apr
2013
3 Apr
'13
9:52 p.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.