mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
GCC can't appreciate my genius. _SEH2_EXCEPT temporarily broken until I figure out a simpler way
svn path=/trunk/; revision=37600
This commit is contained in:
parent
991af663db
commit
eba975aff9
1 changed files with 0 additions and 6 deletions
|
@ -333,12 +333,6 @@ _SEHTryLevel_t;
|
|||
} \
|
||||
} \
|
||||
_SEHEndExcept: __SEH_SIDE_EFFECT; \
|
||||
\
|
||||
void _SEHJumpToHandler(void) \
|
||||
{ \
|
||||
if(_SEHFrameP == (_SEHTopTryLevel ? &_SEHFrame : _SEHCurFrameP) && _SEHPrevTryLevelP == _SEHTryLevelP) \
|
||||
goto _SEHBeginExcept; \
|
||||
} \
|
||||
} \
|
||||
__SEH_END_SCOPE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue