Fixed _SEH2_END.

svn path=/trunk/; revision=14834
This commit is contained in:
Hartmut Birr 2005-04-27 21:51:55 +00:00
parent 2c12af40a1
commit 5e1d995563

View file

@ -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; \