summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/windef.h2
2 files changed, 7 insertions, 1 deletions
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 <fortinj@attglobal.net>
+
+ * include/windef.h (*PBOOL): Unprotect from XFree86Server.
+ (*LPBOOL): Ditto.
+
Sun Apr 8 20:48:01 2001 Christopher Faylor <cgf@cygnus.com>
* 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;