[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Tue Jul 9 04:55:18 PDT 2013
sc/qa/unit/helper/qahelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ab8b183e2662b3bc76dbcd354c776ff093aef3c0
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jul 9 13:50:19 2013 +0200
Fix condition
Change-Id: I710eea69e992fe9a85d9eed86cf8023d5ed356df
diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx
index 14cd6dd..d16d33d 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>
More information about the Libreoffice-commits
mailing list