mirror of
https://github.com/curl/curl.git
synced 2026-01-26 15:03:21 +00:00
mime: drop fallback for unused R_OK macro
Follow-up to fc81bf42bea37d1381c9796311df014b09ac3b30 #13497 Closes #20298
This commit is contained in:
parent
60f9d3dd7b
commit
1593eeb264
@ -48,12 +48,6 @@ struct Curl_easy;
|
||||
#include "slist.h"
|
||||
#include "curlx/dynbuf.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef R_OK
|
||||
# define R_OK 4
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define READ_ERROR ((size_t)-1)
|
||||
#define STOP_FILLING ((size_t)-2)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user