mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-06 11:18:05 +01:00
(svn r4003) - Minor codebeautifier@work
This commit is contained in:
parent
010d715039
commit
a48a1807fe
2
stdafx.h
2
stdafx.h
@ -60,7 +60,7 @@
|
|||||||
#else
|
#else
|
||||||
# define BSWAP32(x) ((((x) >> 24) & 0xFF) | (((x) >> 8) & 0xFF00) | (((x) << 8) & 0xFF0000) | (((x) << 24) & 0xFF000000))
|
# define BSWAP32(x) ((((x) >> 24) & 0xFF) | (((x) >> 8) & 0xFF00) | (((x) << 8) & 0xFF0000) | (((x) << 24) & 0xFF000000))
|
||||||
# define BSWAP16(x) ((x) >> 8 | (x) << 8)
|
# define BSWAP16(x) ((x) >> 8 | (x) << 8)
|
||||||
#endif
|
#endif /* __APPLE__ */
|
||||||
|
|
||||||
// by default we use [] var arrays
|
// by default we use [] var arrays
|
||||||
#define VARARRAY_SIZE
|
#define VARARRAY_SIZE
|
||||||
|
Loading…
Reference in New Issue
Block a user