diff options
Diffstat (limited to 'cpp/include/Ice/ProxyHandle.h')
-rw-r--r-- | cpp/include/Ice/ProxyHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/ProxyHandle.h b/cpp/include/Ice/ProxyHandle.h index 416bdb6a931..1d3cecc3853 100644 --- a/cpp/include/Ice/ProxyHandle.h +++ b/cpp/include/Ice/ProxyHandle.h @@ -155,7 +155,7 @@ public: } } -#ifdef _WIN32 // COMPILERBUG: Is VC++ or GNU C++ right here??? +#ifdef _MSC_VER // COMPILERBUG: Is VC++ or GNU C++ right here??? template<> ProxyHandle(const ProxyHandle<T>& r) #else @@ -237,7 +237,7 @@ public: return *this; } -#ifdef _WIN32 // COMPILERBUG: Is VC++ or GNU C++ right here??? +#ifdef _MSC_VER // COMPILERBUG: Is VC++ or GNU C++ right here??? template<> ProxyHandle& operator=(const ProxyHandle<T>& r) #else |