mime: drop fallback for unused R_OK macro

Follow-up to fc81bf42be #13497

Closes #20298
This commit is contained in:
Viktor Szakats
2026-01-13 19:47:24 +01:00
parent 60f9d3dd7b
commit 1593eeb264

View File

@@ -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)