mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user