Commit 8328a9d6 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed finally handler name.

parent f681cd09
......@@ -94,7 +94,7 @@
(func)(1); \
break; \
} else { \
__f.frame.Handler = (PEXCEPTION_HANDLER)WINE_finally_handler; \
__f.frame.Handler = (PEXCEPTION_HANDLER)__wine_finally_handler; \
__f.u.finally_func = (func); \
__wine_push_frame( &__f.frame ); \
__first = 0; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment