git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43873
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// this warns that /EHa (async exceptions) should be used when using
// _set_se_translator but, in fact, this doesn't seem to change anything
// this warns that /EHa (async exceptions) should be used when using
// _set_se_translator but, in fact, this doesn't seem to change anything
- // with VC++ up to 7.1 -- to be confirmed with VC++ 8
- #if _MSC_VER <= 1310
+ // with VC++ up to 8.0
+ #if _MSC_VER <= 1400
#pragma warning(disable:4535)
#endif
#pragma warning(disable:4535)
#endif