From b2ea5c74c8e2a26f9d9e8978d41a2368693e5ff7 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Mon, 1 Mar 2021 09:20:58 +0000 Subject: win32: move is_absolute_path() Make is_absolute_path() a function rather than a macro and move it from ash.c into mingw.c. --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index 5cb5cb88c..d48237add 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -561,3 +561,4 @@ void make_sparse(int fd, off_t start, off_t end); int skip_ansi_emulation(int reset); int unix_path(const char *path); int has_path(const char *file); +int is_absolute_path(const char *path); -- cgit v1.2.3-55-g6feb