diff options
author | Jose <jose@zeroc.com> | 2017-04-20 08:12:37 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-20 08:12:37 +0200 |
commit | cc82669355e32cc855a48fb4211e56a2abaf51d0 (patch) | |
tree | 6d33b343cc05fac3c38bd4145ad8b12586578b59 /cpp/src/Ice/Proxy.cpp | |
parent | Fix UWP package names in build instructions (diff) | |
download | ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.tar.bz2 ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.tar.xz ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.zip |
Visual Studio 2010 support
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 |