summaryrefslogtreecommitdiffstats
path: root/tools/win
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 23:57:35 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-25 23:57:35 +0100
commit0ba7fc320d66928fd13ebb86e8f7391272989f44 (patch)
tree821c4f077cbcc5a9c5940764ec1da48dcce00b6d /tools/win
parentfdo#33089: Fixed number format handling for Thai locale. (diff)
downloadcore-0ba7fc320d66928fd13ebb86e8f7391272989f44.tar.gz
core-0ba7fc320d66928fd13ebb86e8f7391272989f44.zip
Fix Windows build of tools
Diffstat (limited to 'tools/win')
-rw-r--r--tools/win/source/dll/toolsdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win/source/dll/toolsdll.cxx b/tools/win/source/dll/toolsdll.cxx
index fe104751c81e..df829745db01 100644
--- a/tools/win/source/dll/toolsdll.cxx
+++ b/tools/win/source/dll/toolsdll.cxx
@@ -28,7 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_tools.hxx"
-#include <tools/svwin.h>
+#include <windows.h>
#include <dll.hxx>
#include <tools/shl.hxx>