summaryrefslogtreecommitdiffstats
path: root/sc/qa
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-07-21 09:23:19 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-07-21 09:23:19 +0200
commitc1599dd905492b1dc988397560663415eefdbb90 (patch)
treef77eae6e74443e13baa4a1b925ecc8cf7fc1b32d /sc/qa
parentGet rid of SvULongs in calc (diff)
downloadcore-c1599dd905492b1dc988397560663415eefdbb90.tar.gz
core-c1599dd905492b1dc988397560663415eefdbb90.zip
Avoid confusion with our windows api clash prevention
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8899b5e24590..dba01824d0a5 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -87,6 +87,13 @@
#include <iostream>
#include <vector>
+#ifdef WNT
+#define NOMINMAX
+#include <prewin.h>
+#include <postwin.h>
+#undef NOMINMAX
+#endif
+
#define MDDS_HASH_CONTAINER_BOOST 1
#include <mdds/mixed_type_matrix.hpp>