Skip to content

Commit 79e46c9

Browse files
committed
Merge branch 'jk/config-int-range-check'
* jk/config-int-range-check: compat/mingw.h: define PRId64
2 parents eeaee04 + 1562f3b commit 79e46c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compat/mingw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ static inline char *mingw_find_last_dir_sep(const char *path)
322322
#define find_last_dir_sep mingw_find_last_dir_sep
323323
#define PATH_SEP ';'
324324
#define PRIuMAX "I64u"
325+
#define PRId64 "I64d"
325326

326327
void mingw_open_html(const char *path);
327328
#define open_html mingw_open_html

0 commit comments

Comments
 (0)