From dc7f4832891f051db0b90d2a8e99c87f1a0c070c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 17:41:51 +0000 Subject: 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. --- dmake/winnt/microsft/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmake') 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 -- cgit