diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gtest.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 7c225e8..7d57d0d 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -140,7 +140,7 @@ ], }, }], - ['OS=="win" and MSVS_VERSION=="2012"', { + ['OS=="win" and (MSVS_VERSION=="2012" or MSVS_VERSION=="2012e")', { 'defines': [ '_VARIADIC_MAX=10', ], |