From: Ramsay Jones <ram...@ramsay1.demon.co.uk> Signed-off-by: Ramsay Jones <ram...@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <gits...@pobox.com> Signed-off-by: Jeff King <p...@peff.net> --- compat/mingw.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/compat/mingw.h b/compat/mingw.h index 92cd728..8828ede 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -345,6 +345,7 @@ static inline char *mingw_find_last_dir_sep(const char *path) #define PATH_SEP ';' #define PRIuMAX "I64u" #define PRId64 "I64d" +#define PRIx64 "I64x" void mingw_open_html(const char *path); #define open_html mingw_open_html -- 1.8.5.1.399.g900e7cd -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html