From f98b6e412566984b50b2dc89d3cc89121c31ec53 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Sun, 9 Jan 2005 19:40:08 +0000 Subject: [PATCH] small cleanup svn path=/trunk/; revision=12912 --- reactos/include/pseh/prettybased.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/reactos/include/pseh/prettybased.h b/reactos/include/pseh/prettybased.h index e64dd283d35..39257c5e2b0 100644 --- a/reactos/include/pseh/prettybased.h +++ b/reactos/include/pseh/prettybased.h @@ -166,9 +166,6 @@ void __stdcall _FinallyPretty } while(0); \ \ _SEHLeave(&_SEHFrame->SEH_Header); \ - \ - if (!_SEHHandlers.SH_Finally) break; \ - _loop ++; \ } \ else \ { \ @@ -195,7 +192,6 @@ void __stdcall _FinallyPretty #define ___END_DUAL \ - \ } while (0); \ \ if (_ret > 1) \ @@ -205,7 +201,6 @@ void __stdcall _FinallyPretty } \ break; \ } \ - _loop ++; \ } \ \ } while (0); @@ -253,7 +248,7 @@ void __stdcall _FinallyPretty _SEHPortableFrame = &_SEHFrame->SEH_Header; \ (void)_SEHPortableFrame; \ \ - for(;;) \ + for(;;_loop++) \ if (_loop == 1) \ { \ _SEHEnter(&_SEHFrame->SEH_Header); \ @@ -266,7 +261,6 @@ void __stdcall _FinallyPretty } while(0); \ \ _SEHLeave(&_SEHFrame->SEH_Header); \ - _loop ++; \ } \ else \ { \ @@ -290,7 +284,6 @@ void __stdcall _FinallyPretty } \ break; \ } \ - _loop ++; \ } \ } while (0);