msvcrt: Print FIXME on platforms where _except_handler3 is a stub

Dmitry Timoshkov dmitry at codeweavers.com
Sun Mar 18 09:10:07 CDT 2007


Hello,

Changelog:
    msvcrt: Print FIXME on platforms where _except_handler3 is a stub.

---
 dlls/msvcrt/except.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/except.c b/dlls/msvcrt/except.c
index f204e8b..3ed3245 100644
--- a/dlls/msvcrt/except.c
+++ b/dlls/msvcrt/except.c
@@ -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
-- 
1.5.0.2






More information about the wine-patches mailing list