Skip to content

Commit 45a57a5

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? clean: do not traverse mount points
Header refactoring. Yay. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 49c34d8 commit 45a57a5

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
@@ -39,6 +39,9 @@ static inline void convert_slashes(char *path)
3939
if (*path == '\\')
4040
*path = '/';
4141
}
42+
struct strbuf;
43+
int mingw_is_mount_point(struct strbuf *path);
44+
#define is_mount_point mingw_is_mount_point
4245
#define PATH_SEP ';'
4346
char *mingw_query_user_email(void);
4447
#define query_user_email mingw_query_user_email

0 commit comments

Comments
 (0)