(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when outside of the bounds of a 32 bits integer
This commit is contained in:
@@ -322,6 +322,7 @@
|
||||
#define OTTD_PRINTF64 "%I64d"
|
||||
#define OTTD_PRINTFHEX64 "%I64x"
|
||||
#define PRINTF_SIZE "%Iu"
|
||||
#define strtoull _strtoui64
|
||||
#else
|
||||
#define OTTD_PRINTF64 "%lld"
|
||||
#define OTTD_PRINTFHEX64 "%llx"
|
||||
|
Reference in New Issue
Block a user