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.
strbuf_realpath()
1 parent fcb281d commit 72648d9Copy full SHA for 72648d9
compat/mingw.h
@@ -446,6 +446,7 @@ static inline void convert_slashes(char *path)
446
#define PATH_SEP ';'
447
char *mingw_query_user_email(void);
448
#define query_user_email mingw_query_user_email
449
+struct strbuf;
450
char *mingw_strbuf_realpath(struct strbuf *resolved, const char *path);
451
#define platform_strbuf_realpath mingw_strbuf_realpath
452
#if !defined(__MINGW64_VERSION_MAJOR) && (!defined(_MSC_VER) || _MSC_VER < 1800)
0 commit comments