Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
compat/mingw.h: define PRId64
author
Johannes Sixt
<j6t@kdbg.org>
Thu, 19 Sep 2013 07:17:07 +0000
(09:17 +0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0016024
)
diff --git
a/compat/mingw.h
b/compat/mingw.h
index bd0a88bc1d19583b7dfed36fd8f7a7af7f386296..9eb3b17ff071a724c269978bb6f4e3272238216c 100644
(file)
--- 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