Skip to content

Commit

Permalink
Merge branch 'jk/config-int-range-check'
Browse files Browse the repository at this point in the history
* jk/config-int-range-check:
  compat/mingw.h: define PRId64
  • Loading branch information
gitster committed Sep 19, 2013
2 parents eeaee04 + 1562f3b commit 79e46c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/mingw.h
Expand Up @@ -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
Expand Down

0 comments on commit 79e46c9

Please sign in to comment.