diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:10:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:10:10 +0000 |
commit | b96212b04ae134e76f1066af05fa956b5e53fe13 (patch) | |
tree | f5f2063335f7ff2e9266596400d6a3e1419111cb /shell/inc/internal | |
parent | 442fae863ec70e3089b16c8abce71f8182b76f40 (diff) |
INTEGRATION: CWS os2port02 (1.6.58); FILE MERGED
2007/10/04 19:45:57 ydario 1.6.58.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'shell/inc/internal')
-rw-r--r-- | shell/inc/internal/utilities.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx index 5ceef531d836..55e65b410dbd 100644 --- a/shell/inc/internal/utilities.hxx +++ b/shell/inc/internal/utilities.hxx @@ -4,9 +4,9 @@ * * $RCSfile: utilities.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-01-02 16:12:16 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:10:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,9 @@ #if defined _MSC_VER #pragma warning(push, 1) #endif +#ifndef OS2 #include <windows.h> +#endif #if defined _MSC_VER #pragma warning(pop) #endif @@ -91,6 +93,8 @@ bool HasOnlySpaces(const std::wstring& String); Windows Locale Identifier corresponding to input LocaleSet. */ +#ifndef OS2 LCID LocaleSetToLCID( const LocaleSet_t & Locale ); +#endif #endif |