summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/Config.h')
-rw-r--r--cppe/include/IceE/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h
index 0af91514943..1bcd826b5c7 100644
--- a/cppe/include/IceE/Config.h
+++ b/cppe/include/IceE/Config.h
@@ -129,7 +129,7 @@
# define ICE_DECLSPEC_IMPORT /**/
#endif
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && (_MSC_VER >= 1300)
# define ICE_DEPRECATED_API __declspec(deprecated)
#elif defined(__GNUC__)
# define ICE_DEPRECATED_API __attribute__((deprecated))