[Libreoffice-commits] .: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 14:31:49 PST 2012


 svx/source/dialog/sendreportw32.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 24d5698e14e7a9de21d535a1be329e4fecb3d533
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Dec 13 23:31:15 2012 +0100

    fix non-PCH MSVC build

diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx
index 4e7266c..b49a261 100644
--- a/svx/source/dialog/sendreportw32.cxx
+++ b/svx/source/dialog/sendreportw32.cxx
@@ -17,14 +17,14 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#define UNICODE
+#define _UNICODE
 
 #include "docrecovery.hxx"
 
 #undef WB_LEFT
 #undef WB_RIGHT
 
-#define UNICODE
-#define _UNICODE
 #include <prewin.h>
 #include <postwin.h>
 #include <tchar.h>


More information about the Libreoffice-commits mailing list