Commit 13a7c9af authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove I64F., not needed anymore

parent 2e48e657
......@@ -862,14 +862,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
# define telldir vlc_telldir
#endif
/* Format type specifiers for 64 bits numbers */
#define I64Fd "%"PRId64
#define I64Fi "%"PRIi64
#define I64Fo "%"PRIo64
#define I64Fu "%"PRIu64
#define I64Fx "%"PRIx64
#define I64FX "%"PRIX64
/* 64 bits integer constant suffix */
#define I64C(x) INT64_C(x)
#define UI64C(x) UINT64_C(x)
......
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