summaryrefslogtreecommitdiff
path: root/tools/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-12-20 18:01:25 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-12-20 18:01:25 +0200
commitbc53760c3bcb83e8ba4351cfcd1ed3d7349e131d (patch)
treece77876599b010a50e4677e1b2ba046c25b7ef11 /tools/qa
parent100ea21fc36490d1c620f2b88cdcb676caa90e97 (diff)
Fix BOOL etc redefinition problem on Windows
Diffstat (limited to 'tools/qa')
-rw-r--r--tools/qa/test_reversemap.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/qa/test_reversemap.cxx b/tools/qa/test_reversemap.cxx
index 3170f6cead12..7ae82850533f 100644
--- a/tools/qa/test_reversemap.cxx
+++ b/tools/qa/test_reversemap.cxx
@@ -26,6 +26,12 @@
* instead of those above.
*/
+#ifdef WNT
+# include <tools/prewin.h>
+# include <windows.h>
+# include <tools/postwin.h>
+#endif
+
#include "precompiled_tools.hxx"
#include "sal/config.h"