diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 16:17:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-08-14 16:17:07 +0000 |
commit | 08cbe4f18e029e6a50e41220f91c7a99bf00243b (patch) | |
tree | a37d95606c51d7a18f0ba86c35f2b34117360dc7 /sal | |
parent | 6f96696cc0187aa9c9f58a7ee3b8e5f44d65a0dc (diff) |
#i6886#,#101685#: merged OOO_STABLE_1_PORTS (1.8.10.1-1.8.10.1.2.1) -> HEAD
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/sal/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h index 7466253875ae..23aed154ea1a 100644 --- a/sal/inc/sal/config.h +++ b/sal/inc/sal/config.h @@ -2,8 +2,8 @@ * * $RCSfile: config.h,v $ * - * $Revision: 1.13 $ - * last change: $Author: mh $ $Date: 2002-08-12 09:54:37 $ + * $Revision: 1.14 $ + * last change: $Author: hr $ $Date: 2002-08-14 17:17:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ extern "C" { #ifdef MACOSX #define SAL_UNX -#define SAL_DLLEXTENSION ".dylib.framework" +#define SAL_DLLEXTENSION ".dylib" #define SAL_DLLPREFIX "lib" #define SAL_PRGEXTENSION ".bin" #define SAL_PATHSEPARATOR ':' |