diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:07:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 14:07:57 +0000 |
commit | 3102d4c1653935bf71604ca2e5fc4c5805dd15d4 (patch) | |
tree | cdc190740b189c1408fc34d8dfd641386df7a0e9 /sal/inc | |
parent | c2ba7ea6b0058d8b68e80c5e7fa25795e0090992 (diff) |
INTEGRATION: CWS os2port01 (1.21.62); FILE MERGED
2007/08/09 08:53:29 obr 1.21.62.2: RESYNC: (1.21-1.23); FILE MERGED
2006/11/29 14:26:31 ydario 1.21.62.1: Initial OS/2 import.
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/sal/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h index 7829a9d815f2..cc0cc9150177 100644 --- a/sal/inc/sal/config.h +++ b/sal/inc/sal/config.h @@ -4,9 +4,9 @@ * * $RCSfile: config.h,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: vg $ $Date: 2007-03-26 14:21:27 $ + * last change: $Author: vg $ $Date: 2007-09-20 15:07:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,6 +101,8 @@ extern "C" { #define SAL_OS2 #define SAL_DLLEXTENSION ".dll" #define SAL_PRGEXTENSION ".exe" +#define SAL_PATHSEPARATOR ';' +#define SAL_PATHDELIMITER '\\' #define SAL_CONFIGFILE( name ) name ".ini" #define SAL_SYSCONFIGFILE( name ) name ".ini" #endif |