summaryrefslogtreecommitdiff
path: root/bridges/inc/except.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/inc/except.hxx')
-rw-r--r--bridges/inc/except.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/inc/except.hxx b/bridges/inc/except.hxx
index 32e911321161..f1437f3ae273 100644
--- a/bridges/inc/except.hxx
+++ b/bridges/inc/except.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_BRIDGES_INC_EXCEPT_HXX
#define INCLUDED_BRIDGES_INC_EXCEPT_HXX
-#if _MSC_VER >= 1900 // VC 2015 (and later?)
+#if _MSC_VER >= 1900 // VC 2015/2017 (and later?)
// extern "C" void** __cdecl __current_exception()
// is defined in MSVS14.0/VC/crt/src/vcruntime/frame.cpp:
// return &__vcrt_getptd()->_curexception;