diff options
author | marha <marha@users.sourceforge.net> | 2010-09-03 14:16:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-03 14:16:57 +0000 |
commit | 618c64aa88755d61b734ba8b54a325a56ac830ad (patch) | |
tree | af63069a8597de2b1a190d18a62ebe3ce752cd02 /libX11/src/xlibi18n/XimProto.h | |
parent | 917506f14358fb7ceb85e1b769c98951dccc9dd9 (diff) | |
download | vcxsrv-618c64aa88755d61b734ba8b54a325a56ac830ad.tar.gz vcxsrv-618c64aa88755d61b734ba8b54a325a56ac830ad.tar.bz2 vcxsrv-618c64aa88755d61b734ba8b54a325a56ac830ad.zip |
Synchronised glx with mesa
Diffstat (limited to 'libX11/src/xlibi18n/XimProto.h')
-rw-r--r-- | libX11/src/xlibi18n/XimProto.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libX11/src/xlibi18n/XimProto.h b/libX11/src/xlibi18n/XimProto.h index 6b0096dd6..9551301a2 100644 --- a/libX11/src/xlibi18n/XimProto.h +++ b/libX11/src/xlibi18n/XimProto.h @@ -143,6 +143,13 @@ PERFORMANCE OF THIS SOFTWARE. /* * byte order */ +#ifdef BIGENDIAN +#undef BIGENDIAN +#endif +#ifdef LITTLEENDIAN +#undef LITTLEENDIAN +#endif + #define BIGENDIAN (CARD8)0x42 /* MSB first */ #define LITTLEENDIAN (CARD8)0x6c /* LSB first */ |