diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index c99612b9c..f89297df9 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -348,7 +348,6 @@ int utimes(const char *file_name, const struct timeval times[2]); | |||
348 | /* | 348 | /* |
349 | * MinGW specific | 349 | * MinGW specific |
350 | */ | 350 | */ |
351 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | ||
352 | #define is_dir_sep(c) ((c) == '/' || (c) == '\\') | 351 | #define is_dir_sep(c) ((c) == '/' || (c) == '\\') |
353 | #define PRIuMAX "I64u" | 352 | #define PRIuMAX "I64u" |
354 | 353 | ||