mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 15:39:09 +00:00
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
This commit is contained in:
2
stdafx.h
2
stdafx.h
@@ -119,7 +119,7 @@ static uint32 INLINE TO_LE32(uint32 x) { return BSWAP32(x); }
|
||||
static uint16 INLINE TO_LE16(uint16 x) { return BSWAP16(x); }
|
||||
# define TO_BE32(x) x
|
||||
# define TO_BE16(x) x
|
||||
#define TO_BE32X(x) x
|
||||
#define TO_BE32X(x) x
|
||||
#else
|
||||
# define TO_LE32(x) x
|
||||
# define TO_LE16(x) x
|
||||
|
Reference in New Issue
Block a user