mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:33:34 +03:00
curlx: add curlx_winapi_ functions
Split them out from lib/strerror. Used by test code. Closes #17299
This commit is contained in:
parent
9468503330
commit
c74d3e10d2
9 changed files with 193 additions and 110 deletions
|
|
@ -62,8 +62,8 @@ UTIL = \
|
|||
server_setup.h \
|
||||
../../lib/curlx/base64.c \
|
||||
../../lib/curlx/base64.h \
|
||||
../../lib/strerror.c \
|
||||
../../lib/strerror.h
|
||||
../../lib/curlx/winapi.c \
|
||||
../../lib/curlx/winapi.h
|
||||
|
||||
FIRSTFILES = \
|
||||
first.c \
|
||||
|
|
|
|||
|
|
@ -41,10 +41,6 @@
|
|||
#include <dos.h> /* delay() */
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "strerror.h"
|
||||
#endif
|
||||
|
||||
#include <curlx.h> /* from the private lib dir */
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue