diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:53:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:53:01 +0000 |
commit | 6939f0c4bc22534356056fb4f392baa2c416a338 (patch) | |
tree | d69dad23f0769caf200c13298c821335434c5732 /dmake/winnt | |
parent | 6fcd48329376da596ae83477565bceba30c98975 (diff) |
INTEGRATION: CWS dmake47 (1.3.12); FILE MERGED
2006/09/30 15:01:19 vq 1.3.12.1: #i69814# Remove the unused DMSTRLWR macro.
Diffstat (limited to 'dmake/winnt')
-rw-r--r-- | dmake/winnt/mingw/sysintf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmake/winnt/mingw/sysintf.h b/dmake/winnt/mingw/sysintf.h index abca6c5f2519..06aec476fe90 100644 --- a/dmake/winnt/mingw/sysintf.h +++ b/dmake/winnt/mingw/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.3 2006-04-20 12:27:00 hr Exp $ +/* RCS $Id: sysintf.h,v 1.4 2007-01-18 09:53:01 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(); |