]> git.ipfire.org Git - thirdparty/curl.git/commit
curlx: add curlx_winapi_ functions
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2025 08:21:53 +0000 (10:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2025 08:45:36 +0000 (10:45 +0200)
commitc74d3e10d2935a9a37ffe6b2f7a4ecb0f81e974f
tree78b687946d16e7dd5f1a72ad8cc5d3369ae24bd3
parent9468503330c4fe7ff73ff9e4582e77f297998885
curlx: add curlx_winapi_ functions

Split them out from lib/strerror. Used by test code.

Closes #17299
lib/Makefile.inc
lib/curlx/curlx.h
lib/curlx/winapi.c [new file with mode: 0644]
lib/curlx/winapi.h [new file with mode: 0644]
lib/strerror.c
lib/strerror.h
lib/vtls/schannel_verify.c
tests/server/Makefile.inc
tests/server/util.c