From 8995bb0b63f7d0daf3cff20bf6a75761e3faeb35 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 25 Aug 2014 22:30:54 +0200 Subject: CppunitTest_sw_htmlexport: enable on Windows Change-Id: Id5a82aafc50f4758cff777e3e5b7560e37044443 --- sw/qa/extras/htmlexport/htmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx index 82d6cd40673c..2d4f6fbdc824 100644 --- a/sw/qa/extras/htmlexport/htmlexport.cxx +++ b/sw/qa/extras/htmlexport/htmlexport.cxx @@ -9,7 +9,7 @@ #include -#if !defined(MACOSX) && !defined(WNT) +#if !defined(MACOSX) #include #include -- cgit