curl_setup.h: Added S_IRDIR() macro for compilers that don't support it
Commit 26eaa838 introduces the use of S_ISDIR() yet some compilers, such as MSVC don't support it, so we must define a substitute using file flags and mask.
Loading
Please register or sign in to comment