diff options
author | marha <marha@users.sourceforge.net> | 2014-06-08 14:57:43 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-06-08 14:57:43 +0200 |
commit | 2614b017fb8a28f360897ece66815934fd1562f5 (patch) | |
tree | 572a1d708065635894f8606fcb2be79567851fc2 /X11/Xwindows.h | |
parent | 2acb86c9b086bdb9a3897db0b93820652e07cb59 (diff) | |
download | vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.gz vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.bz2 vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.zip |
Updated following packages:
xproto 7.0.26
fontsproto 2.1.3
inputproto 2.3.1
Diffstat (limited to 'X11/Xwindows.h')
-rw-r--r-- | X11/Xwindows.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/X11/Xwindows.h b/X11/Xwindows.h index e6be6eef2..70e1debd5 100644 --- a/X11/Xwindows.h +++ b/X11/Xwindows.h @@ -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 |