mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fixed _SEH2_END.
svn path=/trunk/; revision=14834
This commit is contained in:
@@ -294,7 +294,7 @@ static __declspec(noreturn) __inline void __stdcall _SEHCompilerSpecificHandler
|
||||
\
|
||||
default: \
|
||||
{ \
|
||||
switch(state) \
|
||||
switch(_SEH2State) \
|
||||
{ \
|
||||
case _SEH2_STATE_INIT_EXCEPT: _SEH2Filter = NULL; break; \
|
||||
case _SEH2_STATE_INIT_FINALLY: _SEH2Finally = NULL; break; \
|
||||
|
||||
Reference in New Issue
Block a user