mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
remove duplicate macro
svn path=/trunk/; revision=12923
This commit is contained in:
parent
29ca1c4689
commit
5c84018967
1 changed files with 3 additions and 21 deletions
|
@ -191,24 +191,6 @@ void __stdcall _FinallyPretty
|
|||
|
||||
|
||||
|
||||
#define ___END_DUAL \
|
||||
} while (0); \
|
||||
\
|
||||
if (_ret > 1) \
|
||||
{ \
|
||||
_SEHLongJmp(*((_SEHJmpBuf_t*)_ret), 1); \
|
||||
/* alternative: _SEHLongJmp(*_SEHFrame->SEH_JmpRetPtr, 1); */ \
|
||||
} \
|
||||
break; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
} while (0);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#define ___EXCEPT_SINGLE(filter) \
|
||||
} while(0); \
|
||||
\
|
||||
|
@ -274,7 +256,7 @@ void __stdcall _FinallyPretty
|
|||
|
||||
|
||||
|
||||
#define ___END_SINGLE \
|
||||
#define ___ENDTRY \
|
||||
} while (0); \
|
||||
\
|
||||
if (_ret > 1) \
|
||||
|
@ -304,11 +286,11 @@ void __stdcall _FinallyPretty
|
|||
#define __TRY2 ___TRY
|
||||
#define __EXCEPT2 ___EXCEPT_DUAL
|
||||
#define __FINALLY2 ___FINALLY_DUAL
|
||||
#define __ENDTRY2 ___END_DUAL
|
||||
#define __ENDTRY2 __ENDTRY
|
||||
#define __TRY ___TRY
|
||||
#define __EXCEPT ___EXCEPT_SINGLE
|
||||
#define __FINALLY ___FINALLY_SINGLE
|
||||
#define __ENDTRY ___END_SINGLE
|
||||
#define __ENDTRY ___ENDTRY
|
||||
#define __LEAVE break
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue