summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 15:34:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 15:34:31 +0000
commita34742934aa1ccd1c5bd6f32cc238b254c2b74cc (patch)
treef140e234fce8c74ad15a1bcc4f4ca08d51648d88 /rsc/source/rscpp
parent227eca315e8f524b5ef0102e55ba009fb09c8bb7 (diff)
INTEGRATION: CWS os2port01 (1.13.22); FILE MERGED
2007/08/12 15:10:09 obr 1.13.22.2: RESYNC: (1.13-1.15); FILE MERGED 2006/12/28 15:03:41 ydario 1.13.22.1: OS/2 initial import.
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r--rsc/source/rscpp/cpp3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c
index 0faa76d4958f..e3968b265939 100644
--- a/rsc/source/rscpp/cpp3.c
+++ b/rsc/source/rscpp/cpp3.c
@@ -4,9 +4,9 @@
*
* $RCSfile: cpp3.c,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2006-09-25 13:35:06 $
+ * last change: $Author: vg $ $Date: 2007-09-20 16:34:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -181,7 +181,7 @@ void setincdirs()
* verwendete knallte es in strcpy() !
*/
-#if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && ! defined UNX
+#if !defined( ZTC ) && !defined( WNT ) && !defined(BLC) && ! defined UNX && ! defined OS2
extern char *getenv( char *pStr ); /* BP */
#endif
char *pIncGetEnv = NULL; /* Pointer auf INCLUDE */