Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
13a7c9af
Commit
13a7c9af
authored
May 01, 2008
by
Rémi Denis-Courmont
Browse files
Remove I64F., not needed anymore
parent
2e48e657
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
13a7c9af
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment