mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
lib: move multibyte.[ch] to curlx/
This file provides functions in the curlx set. Closes #17285
This commit is contained in:
parent
f7057760eb
commit
2d528898f7
24 changed files with 30 additions and 32 deletions
|
|
@ -40,7 +40,7 @@ CURLX_SRCS = \
|
|||
../../lib/strcase.c \
|
||||
../../lib/strdup.c \
|
||||
../../lib/curl_get_line.c \
|
||||
../../lib/curl_multibyte.c \
|
||||
../../lib/curlx/multibyte.c \
|
||||
../../lib/version_win32.c
|
||||
|
||||
CURLX_HDRS = \
|
||||
|
|
@ -55,7 +55,7 @@ CURLX_HDRS = \
|
|||
../../lib/strcase.h \
|
||||
../../lib/strdup.h \
|
||||
../../lib/curl_get_line.h \
|
||||
../../lib/curl_multibyte.h \
|
||||
../../lib/curlx/multibyte.h \
|
||||
../../lib/version_win32.h
|
||||
|
||||
UTIL = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue