transport-helper: add 'force' to 'export' helpers
[gitweb.git] / compat / mingw.h
index 19d82de41a4b5abf2e67db21dc34aec502ece700..92cd728d3db2e3a21650d28f044ea4f59c2673e4 100644 (file)
@@ -344,6 +344,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