From: Johannes Sixt Date: Thu, 19 Sep 2013 07:17:07 +0000 (+0200) Subject: compat/mingw.h: define PRId64 X-Git-Tag: v1.8.5-rc0~105^2 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=1562f3be48da0b5303928ee267a0a028a0a63417;p=git.git compat/mingw.h: define PRId64 Provide PRId64 alongside PRIuMAX. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/compat/mingw.h b/compat/mingw.h index bd0a88bc1d..9eb3b17ff0 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -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