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…
Reference in New Issue