diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-12-13 23:31:15 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-13 23:31:28 +0100 |
commit | 24d5698e14e7a9de21d535a1be329e4fecb3d533 (patch) | |
tree | 3f642fbe9e67799e55833bf8aa177c28592b80c8 /svx | |
parent | 3d0614275554ec9914917629b581f244788ebe63 (diff) |
fix non-PCH MSVC build
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/sendreportw32.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx index 4e7266ce4137..b49a2612931e 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> |