]> git.ipfire.org Git - thirdparty/git.git/commitdiff
compat/mingw.h: define PRId64
authorJohannes Sixt <j6t@kdbg.org>
Thu, 19 Sep 2013 07:17:07 +0000 (09:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2013 18:03:38 +0000 (11:03 -0700)
Provide PRId64 alongside PRIuMAX.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.h

index bd0a88bc1d19583b7dfed36fd8f7a7af7f386296..9eb3b17ff071a724c269978bb6f4e3272238216c 100644 (file)
@@ -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