diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 18:18:38 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:23:22 +0200 |
commit | 6fbe6d281d5f61529084c6226cb4bf191849639a (patch) | |
tree | bf6dcacc26e0299279b4a79e25f12bec69c1eeb0 /sc | |
parent | d9943588ace7d622167b9b57236b593ab220cdfa (diff) |
WaE: "NOMINMAX" redefined
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/helper/debughelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/helper/debughelper.hxx b/sc/qa/unit/helper/debughelper.hxx index 1312e0472983..ee84f4ccd323 100644 --- a/sc/qa/unit/helper/debughelper.hxx +++ b/sc/qa/unit/helper/debughelper.hxx @@ -36,7 +36,9 @@ #include "document.hxx" #ifdef WNT +#if !defined NOMINMAX #define NOMINMAX +#endif #include <prewin.h> #include <postwin.h> #undef NOMINMAX |