Commit e031492e authored by Damien Fouilleul's avatar Damien Fouilleul

bad, bad developer ...

parent 81685986
...@@ -906,7 +906,7 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw ) ...@@ -906,7 +906,7 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw )
#endif #endif
/* Format type specifiers for 64 bits numbers */ /* Format type specifiers for 64 bits numbers */
#if defined(__MINGW32__) || defined(__CYGWIN32__) || (!defined(WIN32) && !defined(UNDER_CE)) #if defined(__CYGWIN32__) || (!defined(WIN32) && !defined(UNDER_CE))
# define I64Fd "%lld" # define I64Fd "%lld"
# define I64Fi "%lli" # define I64Fi "%lli"
# define I64Fo "%llo" # define I64Fo "%llo"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment