Kaydet (Commit) c7cd04f5 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:33 vq 1.1.1.1.176.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including
windows.h.
üst 7d8addda
/* 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:58 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:29 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:37:12 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:29 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:37:29 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -71,7 +71,7 @@
#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:29 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:37:45 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -47,6 +47,6 @@
extern unsigned _psp;
/* a small problem with pointer to voids on some unix machines needs this */
#define PVOID void *
#define DMPVOID void *
#include <io.h>
/* RCS $Id: config.h,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $
/* RCS $Id: config.h,v 1.2 2008-03-05 18:38:08 kz Exp $
--
-- SYNOPSIS
-- Configurarion include file.
......@@ -66,7 +66,7 @@
#endif
/* a small problem with pointer to voids on some unix machines needs this */
#define PVOID void *
#define DMPVOID void *
/* C-lib redefinitions... */
#define dup _dup
......
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