mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
tool_dirhie: drop superfluous F_OK fallback (Windows)
Follow-up to cb5ba675a7
Closes #20214
This commit is contained in:
parent
d8f6175edc
commit
bb7f69f9a2
@ -32,9 +32,6 @@
|
||||
|
||||
#if defined(_WIN32) || (defined(MSDOS) && !defined(__DJGPP__))
|
||||
# define mkdir(x, y) (mkdir)(x)
|
||||
# ifndef F_OK
|
||||
# define F_OK 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
static void show_dir_errno(const char *name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user