mime: drop fallback for unused R_OK macro

Follow-up to fc81bf42bea37d1381c9796311df014b09ac3b30 #13497

Closes #20298
This commit is contained in:
Viktor Szakats 2026-01-13 19:47:24 +01:00
parent 60f9d3dd7b
commit 1593eeb264
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

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)