提交 1562f3be 编写于 作者: J Johannes Sixt 提交者: Junio C Hamano

compat/mingw.h: define PRId64

Provide PRId64 alongside PRIuMAX.
Signed-off-by: NJohannes Sixt <j6t@kdbg.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 00160242
......@@ -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 PATH_SEP ';'
#define PRIuMAX "I64u"
#define PRId64 "I64d"
void mingw_open_html(const char *path);
#define open_html mingw_open_html
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册