From bae5f26cfb3d5b7c86a4cdbb78624d3c0b53da81 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Thu, 12 Apr 2001 00:55:48 +0000 Subject: [PATCH] * include/windef.h (*PBOOL): Unprotect from XFree86Server. (*LPBOOL): Ditto. --- winsup/w32api/ChangeLog | 6 ++++++ winsup/w32api/include/windef.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 305830472..3b8eb24e6 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,9 @@ + +2001-04-11 John Fortin + + * include/windef.h (*PBOOL): Unprotect from XFree86Server. + (*LPBOOL): Ditto. + Sun Apr 8 20:48:01 2001 Christopher Faylor * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h index 812d80c28..2d16d4492 100644 --- a/winsup/w32api/include/windef.h +++ b/winsup/w32api/include/windef.h @@ -126,9 +126,9 @@ typedef WINBOOL BOOL; #else #define BOOL WINBOOL #endif -typedef BOOL *PBOOL,*LPBOOL; typedef unsigned char BYTE; #endif /* ndef XFree86Server */ +typedef BOOL *PBOOL,*LPBOOL; typedef unsigned short WORD; typedef float FLOAT; typedef FLOAT *PFLOAT;