summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/sys/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/sys/Thread.h')
-rw-r--r--cpp/include/qpid/sys/Thread.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/include/qpid/sys/Thread.h b/cpp/include/qpid/sys/Thread.h
index f556612908..45a39e796f 100644
--- a/cpp/include/qpid/sys/Thread.h
+++ b/cpp/include/qpid/sys/Thread.h
@@ -25,11 +25,7 @@
#include "qpid/CommonImportExport.h"
#ifdef _WIN32
-# ifdef _MSC_VER
-# define QPID_TSS __declspec(thread)
-# else
-# define QPID_TSS __thread
-# endif
+# define QPID_TSS __declspec(thread)
#elif defined (__GNUC__)
# define QPID_TSS __thread
#elif defined (__SUNPRO_CC)