diff options
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/ICE/ICEmsg.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index 8ca3e5f..800f10b 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -186,20 +186,12 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( } \ } -#ifndef WORD64 - #define IceWriteData16(_iceConn, _bytes, _data) \ IceWriteData (_iceConn, _bytes, (char *) _data) #define IceWriteData32(_iceConn, _bytes, _data) \ IceWriteData (_iceConn, _bytes, (char *) _data) -#else /* WORD64 */ - -/* IceWriteData16 and IceWriteData32 defined in misc.c for WORD64 */ - -#endif /* WORD64 */ - /* * The IceSendData macro bypasses copying the data to the @@ -281,8 +273,6 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( #define IceReadData(_iceConn, _bytes, _pData) \ _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ -#ifndef WORD64 - #define IceReadData16(_iceConn, _swap, _bytes, _pData) \ { \ _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ @@ -293,12 +283,6 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( _IceRead (_iceConn, (unsigned long) (_bytes), (char *) _pData); \ } -#else /* WORD64 */ - -/* IceReadData16 and IceReadData32 defined in misc.c for WORD64 */ - -#endif /* WORD64 */ - /* * Read pad bytes (for 32 or 64 bit alignment). |