mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
Needed for previous changes.
This commit is contained in:
parent
1b13cadb43
commit
ec50441f4a
@ -108,3 +108,5 @@ int __stdcall slash_unc_prefix_p (const char *path);
|
||||
set_errno (__err); \
|
||||
__err; \
|
||||
})
|
||||
|
||||
#define isdrive(s) (isalpha (*(s)) && (s)[1] == ':')
|
||||
|
Loading…
x
Reference in New Issue
Block a user