mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
mime: drop fallback for unused R_OK macro
Follow-up to fc81bf42be #13497
Closes #20298
This commit is contained in:
parent
60f9d3dd7b
commit
1593eeb264
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue