Change #229425
Category | curl |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Fri 09 May 2025 15:56:07 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 1499319442b98ba344bf15d055ca53e1ba1ec02b |
Comments
windows: fix to preserve error code in `curlx_winapi_strerror()` Drop the interim macro `PRESERVE_WINDOWS_ERROR_CODE` and always preserve error code for `_WIN32`. To make sure this is always done in `curlx_winapi_strerror()`. Follow-up to c74d3e10d2935a9a37ffe6b2f7a4ecb0f81e974f #17299 Closes #17302
Changed files
- lib/curlx/winapi.c
- lib/strerror.c