Windows: Fix PRIuMAX definition.
[gitweb.git] / compat / mingw.h
index 46fd8da06e75484e8f5414bfb85b99cecd82236a..fad855ef99549d0ee36f9272cbaa76419d8058b6 100644 (file)
@@ -161,3 +161,4 @@ int mingw_rename(const char*, const char*);
 #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':')
 #define is_dir_sep(c) ((c) == '/' || (c) == '\\')
 #define PATH_SEP ';'
+#define PRIuMAX "I64u"