Skip to content
Snippets Groups Projects
Commit 8328a9d6 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Fixed finally handler name.

parent f681cd09
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment