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/OutgoingAsync.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/OutgoingAsync.cpp')
-rw-r--r-- | cpp/src/Ice/OutgoingAsync.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index 9f5106316d1..209092b5c4b 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -904,9 +904,9 @@ OutgoingAsync::prepare(const string& operation, OperationMode mode, const Contex _os.write(static_cast<Byte>(_mode)); -#if defined(_MSC_VER) && (_MSC_VER == 1500) +#if defined(_MSC_VER) && (_MSC_VER <= 1600) // - // COMPILERFIX VC90 get confused with namespaces and we need to + // COMPILERFIX VC90 and VC100 get confused with namespaces and we need to // defined both Ice::noExplicitContext and IceProxy::Ice::noExplicitContext // see comments in Ice/Proxy.h. // |