diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 65fc7a6dd25..b46545c35c1 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -36,9 +36,9 @@ const Context noExplicitContext; } -#if defined(_MSC_VER) && (_MSC_VER == 1500) +#if defined(_MSC_VER) && (_MSC_VER <= 1600) // -// COMPILERFIX VC90 get confused with namespaces and complains that +// COMPILERFIX VC90 and VC100 get confused with namespaces and complains that // ::Ice::noExplicitContext isn't defined in IceProxy namespace. // namespace IceProxy |