summaryrefslogtreecommitdiff
path: root/tools/os2
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2011-11-09 21:30:56 +0000
committerPedro Giffuni <pfg@apache.org>2011-11-09 21:30:56 +0000
commit270bd2f34a84fcfd7e06c5f8058846a07037ddf3 (patch)
tree936bcff0febe6ab34462e9dda41064d3fa75a869 /tools/os2
parent9bb4e9b2513dc9e826a218bb4abdd9ce0bee85b2 (diff)
i118582: OS/2 port - pyuno, readlicense, svtools, toolkit and tools build patches by Yuri Dario.
Diffstat (limited to 'tools/os2')
-rw-r--r--tools/os2/source/dll/toolsdll.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/os2/source/dll/toolsdll.cxx b/tools/os2/source/dll/toolsdll.cxx
index 1898b8c5b6fe..0c7fb977a0f1 100644
--- a/tools/os2/source/dll/toolsdll.cxx
+++ b/tools/os2/source/dll/toolsdll.cxx
@@ -21,13 +21,7 @@
-#ifndef _SHL_HXX
#include <tools/shl.hxx>
-#endif
-
-#ifndef _DLL_HXX
-#include <dll.hxx>
-#endif
// =======================================================================
@@ -35,7 +29,7 @@ static void* aAppData[SHL_COUNT];
// -----------------------------------------------------------------------
-void** GetAppData( USHORT nSharedLib )
+void** GetAppData( sal_uInt16 nSharedLib )
{
return &(aAppData[nSharedLib]);
}