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

INTEGRATION: CWS dmake412_DEV300 (1.1.1.1.176); FILE MERGED

2007/11/11 00:03:32 vq 1.1.1.1.176.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including
windows.h.
üst 6d097831
/* RCS $Id: config.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:36:08 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -42,7 +42,7 @@ extern unsigned int coreleft();
#endif
/* a small problem with pointer to voids on some unix machines needs this */
#define PVOID void *
#define DMPVOID void *
/* Have to pull this in for the standard lib defines */
#include <io.h>
/* RCS $Id: config.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:36:30 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -42,7 +42,7 @@ extern unsigned int coreleft();
#endif
/* a small problem with pointer to voids on some unix machines needs this */
#define PVOID void *
#define DMPVOID void *
/* Borland redefined the environment variable, sigh */
#define environ _environ
......
/* RCS $Id: config.h,v 1.1.1.1 2000-09-22 15:33:28 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:36:44 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -42,7 +42,7 @@ extern unsigned int coreleft();
#endif
/* a small problem with pointer to voids on some unix machines needs this */
#define PVOID void *
#define DMPVOID void *
/* Borland redefined the environment variable, sigh */
#define environ _environ
......
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