mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
mime: drop fallback for unused R_OK macro
Follow-up to fc81bf42be #13497
Closes #20298
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user