diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-26 00:10:08 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-03-26 00:11:55 +0100 |
commit | f1ec4b66c2bbcfd40605f8741db557ed80e871cb (patch) | |
tree | 2cafc707946d68f8b246a418bb524cd50ae47753 /svx/source/dialog | |
parent | 4bc4420854d38f19146bb68b524c673dfa5c31a7 (diff) |
Adapt the tree to tools/svwin.h removal
Diffstat (limited to 'svx/source/dialog')
-rwxr-xr-x | svx/source/dialog/sendreportw32.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/sendreportw32.cxx b/svx/source/dialog/sendreportw32.cxx index a8c6cfa6ae0b..97bf71aeb371 100755 --- a/svx/source/dialog/sendreportw32.cxx +++ b/svx/source/dialog/sendreportw32.cxx @@ -33,9 +33,8 @@ #define UNICODE #define _UNICODE -#include <tools/svwin.h> - #define WIN32_LEAN_AND_MEAN +#include <windows.h> #include <tchar.h> #include <stdio.h> #include <systools/win32/uwinapi.h> |