Skip to content

Commit b5b5a1f

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? mingw: implement a platform-specific strbuf_realpath()
Header refactoring. Yay. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent caa59ee commit b5b5a1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compat/mingw.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ extern int (*win32_is_mount_point)(struct strbuf *path);
4747
#define PATH_SEP ';'
4848
char *mingw_query_user_email(void);
4949
#define query_user_email mingw_query_user_email
50+
struct strbuf;
51+
char *mingw_strbuf_realpath(struct strbuf *resolved, const char *path);
52+
#define platform_strbuf_realpath mingw_strbuf_realpath
5053

5154
/**
5255
* Verifies that the specified path is owned by the user running the

0 commit comments

Comments
 (0)