We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac334 commit 38e0eeaCopy full SHA for 38e0eea
compat/mingw.h
@@ -398,6 +398,7 @@ int mingw_offset_1st_component(const char *path);
398
#ifndef __MINGW64_VERSION_MAJOR
399
#define PRIuMAX "I64u"
400
#define PRId64 "I64d"
401
+#define SCNuMAX PRIuMAX
402
#else
403
#include <inttypes.h>
404
#endif
git-compat-util.h
@@ -256,6 +256,10 @@ extern char *gitbasename(char *);
256
#define PRIo32 "o"
257
258
259
+#ifndef SCNuMAX
260
261
+#endif
262
+
263
#ifndef PATH_SEP
264
#define PATH_SEP ':'
265
0 commit comments