dxx-rebirth/similar
Kp b9399c5048 Switch multi_process_bigdata to use inttypes format macros
Most 64-bit systems use `unsigned long` for `uint_fast32_t`.  Some
32-bit systems use `unsigned int` for `uint_fast32_t`.  To handle this,
multi_process_bigdata used casts to `unsigned long` and a format string
of `%lu`.  Switch to inttypes format macros so that the format strings
are correct without requiring a cast to handle systems where
`uint_fast32_t` is not `unsigned long`.
2016-08-19 03:41:41 +00:00
..
2d Remove useless cast in similar/2d/pcx.cpp 2016-08-17 04:44:22 +00:00
3d Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
arch Remove useless casts in similar/arch/ogl/ogl.cpp 2016-08-17 04:44:22 +00:00
editor Fix wall_remove_side bogus use of IS_CHILD on wallnum 2016-07-21 01:43:20 +00:00
main Switch multi_process_bigdata to use inttypes format macros 2016-08-19 03:41:41 +00:00
misc Remove char[N] overload for PHYSFSX_getRealPath 2016-08-06 19:55:25 +00:00