Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-19 22:04:25 +0400
committerJunio C Hamano <gitster@pobox.com>2013-09-19 22:04:25 +0400
commit79e46c9fed837c565eac8d81448641d6b944a928 (patch)
treeb8d6edd9e3f8df1b70a6e980736fcb5ac601cc70 /compat
parenteeaee045c85719821e685a22603a645a0ea85bad (diff)
parent1562f3be48da0b5303928ee267a0a028a0a63417 (diff)
Merge branch 'jk/config-int-range-check'
* jk/config-int-range-check: compat/mingw.h: define PRId64
Diffstat (limited to 'compat')
-rw-r--r--compat/mingw.h1
1 files changed, 1 insertions, 0 deletions
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