diff --git a/compat/mingw.h b/compat/mingw.h index bd0a88bc1d19583b7dfed36fd8f7a7af7f386296..9eb3b17ff071a724c269978bb6f4e3272238216c 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