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.
2 parents 55d9203 + 72648d9 commit 2335b45Copy full SHA for 2335b45
compat/mingw.h
@@ -472,6 +472,7 @@ extern int (*win32_is_mount_point)(struct strbuf *path);
472
#define PATH_SEP ';'
473
char *mingw_query_user_email(void);
474
#define query_user_email mingw_query_user_email
475
+struct strbuf;
476
char *mingw_strbuf_realpath(struct strbuf *resolved, const char *path);
477
#define platform_strbuf_realpath mingw_strbuf_realpath
478
#if !defined(__MINGW64_VERSION_MAJOR) && (!defined(_MSC_VER) || _MSC_VER < 1800)
0 commit comments