mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Xwindows.h: Wrap Windows 64-bit types as well for 64-bit build
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
e5e2ed5b11
commit
aee7e4de57
1 changed files with 6 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ The Open Group.
|
|||
#define _NO_BOOL_TYPEDEF
|
||||
#define BOOL WINBOOL
|
||||
#define INT32 wINT32
|
||||
#ifdef __x86_64__
|
||||
#define INT64 wINT64
|
||||
#define LONG64 wLONG64
|
||||
#endif
|
||||
#undef Status
|
||||
#define Status wStatus
|
||||
#define ATOM wATOM
|
||||
|
|
@ -75,6 +79,8 @@ The Open Group.
|
|||
#undef BYTE
|
||||
#undef BOOL
|
||||
#undef INT32
|
||||
#undef INT64
|
||||
#undef LONG64
|
||||
#undef ATOM
|
||||
#undef FreeResource
|
||||
#undef CreateWindowA
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue