diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:09:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:09:36 +0000 |
commit | 76493e93f3f640361b93d09f6d344183cb0cd747 (patch) | |
tree | 1325d1e96e7bde22c92d7edf49344feddc66ba2e /shell/inc | |
parent | 076a801d6cb84b4aac94212e939f6ff5458a3b47 (diff) |
INTEGRATION: CWS os2port02 (1.6.2); FILE MERGED
2007/10/04 19:45:57 ydario 1.6.2.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')
-rw-r--r-- | shell/inc/internal/config.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx index 6d42e0654267..ca7bdd66d6f2 100644 --- a/shell/inc/internal/config.hxx +++ b/shell/inc/internal/config.hxx @@ -4,9 +4,9 @@ * * $RCSfile: config.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2007-09-06 14:23:30 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:09:36 $ * * 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 @@ #pragma warning (disable : 4786 4503 4917) #endif +#ifndef OS2 #include <tchar.h> +#endif #define MODULE_NAME TEXT("shlxthdl.dll") #define MODULE_NAME_FILTER TEXT("ooofilt.dll") |