Commit 172e6378 authored by Steve Holme's avatar Steve Holme
Browse files

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.
parent 26eaa838
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment