diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:41:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:41:51 +0000 |
commit | dc7f4832891f051db0b90d2a8e99c87f1a0c070c (patch) | |
tree | 2a47cef6ccaaa36761460127e6bcc41ac2048e78 /dmake | |
parent | a4ed05876c25ae8364469937033751f9ff7294d8 (diff) |
INTEGRATION: CWS dmake412_DEV300 (1.8.2); FILE MERGED
2008/02/26 23:37:50 vq 1.8.2.3: #i83497# Release dmake 4.12.
2007/11/11 00:03:34 vq 1.8.2.2: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including
windows.h.
2007/11/09 15:50:51 vq 1.8.2.1: #i83497# Bump version to 4.12-cvs.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/winnt/microsft/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/winnt/microsft/config.h b/dmake/winnt/microsft/config.h index d6e4cf86473d..32d59716185a 100644 --- a/dmake/winnt/microsft/config.h +++ b/dmake/winnt/microsft/config.h @@ -1,4 +1,4 @@ -/* RCS $Id: config.h,v 1.8 2007-10-15 15:59:27 ihi Exp $ +/* RCS $Id: config.h,v 1.9 2008-03-05 18:41:51 kz Exp $ -- -- SYNOPSIS -- Configurarion include file. @@ -27,7 +27,7 @@ /* Name and version number of this package */ #define PACKAGE "dmake" -#define VERSION "4.11" +#define VERSION "4.12" #define BUILDINFO "Windows / MS Visual C++" #if defined (_MSC_VER) @@ -78,7 +78,7 @@ #endif /* a small problem with pointer to voids on some unix machines needs this */ -#define PVOID void * +#define DMPVOID void * /* Use my own tempnam */ #define tempnam dtempnam |