diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-03 11:26:11 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-03 11:26:11 +0100 |
commit | b542b6651ac0cb2332693596382080925d924a53 (patch) | |
tree | 121d00c6aade96746be3768f2c2d4ad8e24a4cbb /include | |
parent | b02302fedd1f8320d89c5d794622bef050f6e54c (diff) | |
download | busybox-w32-b542b6651ac0cb2332693596382080925d924a53.tar.gz busybox-w32-b542b6651ac0cb2332693596382080925d924a53.tar.bz2 busybox-w32-b542b6651ac0cb2332693596382080925d924a53.zip |
ash: some fixes so busybox-w32 (almost) compiles on POSIX
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 | ||