summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-07 12:12:51 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-07 14:01:25 +0100
commit8c986d3eb37ad483b9b6021deba4c8795e202854 (patch)
treec12dd5e5b5ff60be1c01b5735dd68029a8da1ed7 /sal
parent1f370333c50db8e120fd62d411f2c66956783f0f (diff)
WaE: "NOMINMAX" redefined
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx
index c1b7edf5c20e..47aa9eec2455 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -34,7 +34,9 @@
#endif
#ifdef WNT
+#if defined _MSC_VER
#define NOMINMAX
+#endif
#include <windows.h>
#else
#include <unistd.h>