diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 260469b95..08d36cb49 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
| @@ -469,6 +469,8 @@ const char * next_path_sep(const char *path); | |||
| 469 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | 469 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') |
| 470 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) | 470 | #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) |
| 471 | 471 | ||
| 472 | #define find_mount_point(n, s) find_mount_point(n) | ||
| 473 | |||
| 472 | /* | 474 | /* |
| 473 | * helpers | 475 | * helpers |
| 474 | */ | 476 | */ |
