diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:01:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:01:26 +0000 |
commit | f6499d0ddc0a1715766288729aa8ac0454fc1e92 (patch) | |
tree | 00b4676a35529dcb18c8f000fbad8281dfc462e9 /tools | |
parent | ebd2a79309fec375f35e342e65181a6ba9d7c35b (diff) |
INTEGRATION: CWS os2port02 (1.5.32); FILE MERGED
2007/09/30 12:08:50 ydario 1.5.32.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/comdep.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/fsys/comdep.cxx b/tools/source/fsys/comdep.cxx index 50331ebcf52c..8e557fa95d27 100644 --- a/tools/source/fsys/comdep.cxx +++ b/tools/source/fsys/comdep.cxx @@ -4,9 +4,9 @@ * * $RCSfile: comdep.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:10:11 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:01:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,4 +54,6 @@ DBG_NAMEEX( DirEntry ) #include "unx.cxx" #elif defined WNT #include "wntmsc.cxx" +#elif defined OS2 +#include "os2.cxx" #endif |