summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-09 13:50:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-09 13:54:54 +0200
commitab8b183e2662b3bc76dbcd354c776ff093aef3c0 (patch)
tree8defa461aff8e8b7f5af9f90df320a31ecef97cd /sc/qa
parent5e06877f8929f375c9fd293aeca5c8e0c7569e8f (diff)
Fix condition
Change-Id: I710eea69e992fe9a85d9eed86cf8023d5ed356df
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/helper/qahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 14cd6dd72286..d16d33d588e1 100644
--- a/sc/qa/unit/helper/qahelper.cxx
+++ b/sc/qa/unit/helper/qahelper.cxx
@@ -9,7 +9,7 @@
#include "qahelper.hxx"
-#if defined _WIN32 || defined __CYGWIN__
+#if defined WNT
#define __ORCUS_STATIC_LIB
#endif
#include <orcus/csv_parser.hpp>