Browse Source

Merge branch 'jk/config-int-range-check'

* jk/config-int-range-check:
  compat/mingw.h: define PRId64
maint
Junio C Hamano 12 years ago
parent
commit
79e46c9fed
  1. 1
      compat/mingw.h

1
compat/mingw.h

@ -322,6 +322,7 @@ static inline char *mingw_find_last_dir_sep(const char *path) @@ -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

Loading…
Cancel
Save