[Libreoffice-commits] .: tools/qa

Tor Lillqvist tml at kemper.freedesktop.org
Mon Dec 20 08:02:24 PST 2010


 tools/qa/test_reversemap.cxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit e390078b75a976ce3a57bd5dd513d5a5df1db0c3
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Dec 20 18:01:25 2010 +0200

    Fix BOOL etc redefinition problem on Windows

diff --git a/tools/qa/test_reversemap.cxx b/tools/qa/test_reversemap.cxx
index 3170f6c..7ae8285 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"
 


More information about the Libreoffice-commits mailing list