* 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

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