compat/mingw.h: define PRId64
Provide PRId64 alongside PRIuMAX. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0016024277
commit
1562f3be48
@ -322,6 +322,7 @@ static inline char *mingw_find_last_dir_sep(const char *path)
|
|||||||
#define find_last_dir_sep mingw_find_last_dir_sep
|
#define find_last_dir_sep mingw_find_last_dir_sep
|
||||||
#define PATH_SEP ';'
|
#define PATH_SEP ';'
|
||||||
#define PRIuMAX "I64u"
|
#define PRIuMAX "I64u"
|
||||||
|
#define PRId64 "I64d"
|
||||||
|
|
||||||
void mingw_open_html(const char *path);
|
void mingw_open_html(const char *path);
|
||||||
#define open_html mingw_open_html
|
#define open_html mingw_open_html
|
||||||
|
Loading…
Reference in New Issue
Block a user