diff options
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> |