diff options
author | th <th@openoffice.org> | 2001-07-25 10:09:19 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-07-25 10:09:19 +0000 |
commit | ba8ff9916e870a6d6697c4d9db34288152d5cf63 (patch) | |
tree | 3b2119d180b0ccf01ea63612479097aa66908fd9 /vcl | |
parent | 0c9ee98251b3a3ef8ebac0c40bef01a1aa6099cd (diff) |
#90131# - remove ENABLEUNICODE
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/app/salinfo.cxx | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx index 97a3b0c97e35..c5914773a514 100644 --- a/vcl/win/source/app/salinfo.cxx +++ b/vcl/win/source/app/salinfo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salinfo.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:05:49 $ + * last change: $Author: th $ $Date: 2001-07-25 11:09:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,19 +59,16 @@ * ************************************************************************/ -#ifdef ENABLEUNICODE +#if 1 -#define VCL_NEED_BASETSD - -#include <tools/presys.h> -#include <windows.h> -#include <imagehlp.h> -#include <tools/postsys.h> +/* !!! UNICODE !!! */ +/* !!! This code should be change from ByteString to + !!! UniString, currently we doesn't support this !!! */ +#include <tools/string.hxx> #include <salsys.hxx> -/* !!! UNICODE !!! */ -XubString SalSystem::GetSummarySystemInfos( ULONG nFlags ) +String GetSalSummarySystemInfos( ULONG nFlags ) { return XubString(); } @@ -443,7 +440,7 @@ String _OLD_GetStackInfo() return aTmpStack; } -String SalSystem::GetSummarySystemInfos( ULONG nFlags) +String GetSalSummarySystemInfos( ULONG nFlags ) { SystemInfos aSysInfos; HANDLE nCurrentThreadPseudo = GetCurrentThread(); |