diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:52:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:52:02 +0000 |
commit | 4a9bf3de93150e17215daa9913e1d10d260e1368 (patch) | |
tree | cf6d2ca6a86736a8e9bd6528e8b8003fd63f6ed4 /dmake | |
parent | b1964ba80db8e6ddc163b35ead793eb09bb3fbed (diff) |
INTEGRATION: CWS dmake47 (1.2.12); FILE MERGED
2006/09/30 15:01:18 vq 1.2.12.1: #i69814# Remove the unused DMSTRLWR macro.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/win95/microsft/sysintf.h | 3 | ||||
-rw-r--r-- | dmake/winnt/borland/sysintf.h | 3 | ||||
-rw-r--r-- | dmake/winnt/microsft/sysintf.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dmake/win95/microsft/sysintf.h b/dmake/win95/microsft/sysintf.h index e8ce758319fd..3434847f3327 100644 --- a/dmake/win95/microsft/sysintf.h +++ b/dmake/win95/microsft/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.2 2006-04-20 12:24:48 hr Exp $ +/* RCS $Id: sysintf.h,v 1.3 2007-01-18 09:50:52 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) #define GETPID _psp #define Hook_std_writes(A) -#define DMSTRLWR(A,B) dstrlwr((A),(B)) extern char * tempnam(); extern char * getcwd(); diff --git a/dmake/winnt/borland/sysintf.h b/dmake/winnt/borland/sysintf.h index 8e179937b96e..23b6a6c247d3 100644 --- a/dmake/winnt/borland/sysintf.h +++ b/dmake/winnt/borland/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.2 2006-04-20 12:25:43 hr Exp $ +/* RCS $Id: sysintf.h,v 1.3 2007-01-18 09:51:20 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) #define GETPID _psp #define Hook_std_writes(A) -#define DMSTRLWR(A,B) dstrlwr((A),(B)) extern char * tempnam(); extern char * getcwd(); diff --git a/dmake/winnt/microsft/sysintf.h b/dmake/winnt/microsft/sysintf.h index 512840a528d1..010280bb802b 100644 --- a/dmake/winnt/microsft/sysintf.h +++ b/dmake/winnt/microsft/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.2 2006-04-20 12:26:27 hr Exp $ +/* RCS $Id: sysintf.h,v 1.3 2007-01-18 09:52:02 vg Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -27,7 +27,6 @@ #define VOID_LCACHE(l,m) #define GETPID _psp #define Hook_std_writes(A) -#define DMSTRLWR(A,B) dstrlwr((A),(B)) extern char * tempnam(); extern char * getcwd(); |