mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/windef.h (*PBOOL): Unprotect from XFree86Server.
(*LPBOOL): Ditto.
This commit is contained in:
parent
74f8cc634a
commit
bae5f26cfb
@ -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>
|
Sun Apr 8 20:48:01 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
|
* include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
|
||||||
|
@ -126,9 +126,9 @@ typedef WINBOOL BOOL;
|
|||||||
#else
|
#else
|
||||||
#define BOOL WINBOOL
|
#define BOOL WINBOOL
|
||||||
#endif
|
#endif
|
||||||
typedef BOOL *PBOOL,*LPBOOL;
|
|
||||||
typedef unsigned char BYTE;
|
typedef unsigned char BYTE;
|
||||||
#endif /* ndef XFree86Server */
|
#endif /* ndef XFree86Server */
|
||||||
|
typedef BOOL *PBOOL,*LPBOOL;
|
||||||
typedef unsigned short WORD;
|
typedef unsigned short WORD;
|
||||||
typedef float FLOAT;
|
typedef float FLOAT;
|
||||||
typedef FLOAT *PFLOAT;
|
typedef FLOAT *PFLOAT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user