Kaydet (Commit) dc7f4832 authored tarafından Kurt Zenker's avatar Kurt Zenker

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.
üst a4ed0587
/* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment