Commit ca1b34b8 authored by Gisle Vanem's avatar Gisle Vanem Committed by Daniel Stenberg
Browse files

curl_setup_once: fix errno access for lwip on Windows

lib/curl_setup_once.h assumed lwIP on Windows uses 'SetLastError()' to
set network errors. It doesn't; it uses 'errno'.
parent f0f95c97
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