summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:52:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:52:02 +0000
commit4a9bf3de93150e17215daa9913e1d10d260e1368 (patch)
treecf6d2ca6a86736a8e9bd6528e8b8003fd63f6ed4 /dmake/winnt
parentb1964ba80db8e6ddc163b35ead793eb09bb3fbed (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/winnt')
-rw-r--r--dmake/winnt/borland/sysintf.h3
-rw-r--r--dmake/winnt/microsft/sysintf.h3
2 files changed, 2 insertions, 4 deletions
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();