Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-04-12 04:55:48 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-04-12 04:55:48 +0400
commitbae5f26cfb3d5b7c86a4cdbb78624d3c0b53da81 (patch)
tree53017a692e4d9b5053e552a8f8811ca444e34eba
parent74f8cc634aea79eaa918dd426a846b699075c9c8 (diff)
* include/windef.h (*PBOOL): Unprotect from XFree86Server.
(*LPBOOL): Ditto.
-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;