Tiny note about endian_xxword -> SDL_SwapXXXX
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1633 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d3374c5d99
commit
26c42e1698
|
@ -129,6 +129,7 @@ UDWORD HashStringIgnoreCase( const char *String );
|
||||||
|
|
||||||
|
|
||||||
/* Endianness hacks */
|
/* Endianness hacks */
|
||||||
|
// TODO Use SDL_SwapXXXX instead
|
||||||
|
|
||||||
#ifdef __BIG_ENDIAN__
|
#ifdef __BIG_ENDIAN__
|
||||||
static inline void endian_uword(UWORD *uword) {
|
static inline void endian_uword(UWORD *uword) {
|
||||||
|
|
Loading…
Reference in New Issue