[Libreoffice-commits] .: sc/qa

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jan 14 15:25:48 PST 2011


 sc/qa/unit/ucalc.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7aa796a826a6e1fa605cdf8e780ea17efaaedf65
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat Jan 15 01:23:38 2011 +0200

    Undef ERROR after including <windows.h> to avoid clash

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8aa4573..162c597 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -45,6 +45,7 @@
 # include <tools/prewin.h>
 # include <windows.h>
 # include <tools/postwin.h>
+# undef ERROR
 #endif
 
 #include "preextstl.h"


More information about the Libreoffice-commits mailing list