* include/windef.h (*PBOOL): Unprotect from XFree86Server.

(*LPBOOL): Ditto.
This commit is contained in:
Earnie Boyd 2001-04-12 00:55:48 +00:00
parent 74f8cc634a
commit bae5f26cfb
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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;