mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
msvcrt: Print FIXME on platforms where _except_handler3 is a stub.
This commit is contained in:
parent
520aa9f548
commit
63da5f26c2
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ int CDECL _except_handler3(PEXCEPTION_RECORD rec,
|
|||
}
|
||||
}
|
||||
#else
|
||||
TRACE("exception %lx flags=%lx at %p handler=%p %p %p stub\n",
|
||||
FIXME("exception %lx flags=%lx at %p handler=%p %p %p stub\n",
|
||||
rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress,
|
||||
frame->handler, context, dispatcher);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue