diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:38:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:38:08 +0000 |
commit | c7cd04f5b4c78c321ba9315e1ae8d3a84fe9e7b5 (patch) | |
tree | 2938543f04f9a3e06030247202966a1a7dcca070 /dmake/os2/ibm/config.h | |
parent | 7d8addda8a30d99df8da36acba3f035ac25b180d (diff) |
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.
Diffstat (limited to 'dmake/os2/ibm/config.h')
-rw-r--r-- | dmake/os2/ibm/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/os2/ibm/config.h b/dmake/os2/ibm/config.h index afff0f203845..cd8199445066 100644 --- a/dmake/os2/ibm/config.h +++ b/dmake/os2/ibm/config.h @@ -1,4 +1,4 @@ -/* 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 |