diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-03-30 13:22:17 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-03-30 13:22:17 +0000 |
commit | 0e09a700d17939672f65f944f48b41acc18e917e (patch) | |
tree | f63cfc5aa3a3a5572a98ceb705e25eadada30f60 /winsup/w32api/include/basetsd.h | |
parent | f42da31ad6985867c9098eea4c6eab7576c10bf0 (diff) | |
download | cygnal-0e09a700d17939672f65f944f48b41acc18e917e.tar.gz cygnal-0e09a700d17939672f65f944f48b41acc18e917e.tar.bz2 cygnal-0e09a700d17939672f65f944f48b41acc18e917e.zip |
* include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
(RT_FONT): Ditto.
(VK_KANA): New definition.
* include/basetsd.h (INT32): Ditto.
* include/windef.h (ATOM): Ditto.
(BOOL): Ditto.
(BYTE): Ditto.
* include/winbase.h (FreeResource): Ditto.
Thanks to: "Harold Hunt" <huntharo@msu.edu>
Diffstat (limited to 'winsup/w32api/include/basetsd.h')
-rw-r--r-- | winsup/w32api/include/basetsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/basetsd.h b/winsup/w32api/include/basetsd.h index 7aaecb5b4..732e513c3 100644 --- a/winsup/w32api/include/basetsd.h +++ b/winsup/w32api/include/basetsd.h @@ -4,7 +4,9 @@ extern "C" { #endif typedef int LONG32, *PLONG32; +#ifndef XFree86Server typedef int INT32, *PINT32; +#endif /* ndef XFree86Server */ typedef unsigned int ULONG32, *PULONG32; typedef unsigned int DWORD32, *PDWORD32; typedef unsigned int UINT32, *PUINT32; |