summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/Handle.h')
-rw-r--r--cpp/include/IceUtil/Handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Handle.h b/cpp/include/IceUtil/Handle.h
index 48916b9f513..cfc2fadada0 100644
--- a/cpp/include/IceUtil/Handle.h
+++ b/cpp/include/IceUtil/Handle.h
@@ -136,7 +136,7 @@ public:
}
}
-#ifdef _WIN32 // COMPILERBUG: Is VC++ or GNU C++ right here???
+#ifdef _MSC_VER // COMPILERBUG: Is VC++ or GNU C++ right here???
template<>
Handle(const Handle<T>& r)
#else
@@ -200,7 +200,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<>
Handle& operator=(const Handle<T>& r)
#else