curlx: move version_win32.[ch] to curlx/

For curlx_verify_windows_version

Closes #17290
This commit is contained in:
Daniel Stenberg 2025-05-08 11:35:37 +02:00
parent 5b454bae0c
commit 16db059a93
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 22 additions and 28 deletions

View file

@ -40,7 +40,7 @@ CURLX_SRCS = \
../../lib/strcase.c \
../../lib/strdup.c \
../../lib/curlx/multibyte.c \
../../lib/version_win32.c
../../lib/curlx/version_win32.c
CURLX_HDRS = \
../../lib/curlx/curlx.h \
@ -54,7 +54,7 @@ CURLX_HDRS = \
../../lib/strcase.h \
../../lib/strdup.h \
../../lib/curlx/multibyte.h \
../../lib/version_win32.h
../../lib/curlx/version_win32.h
UTIL = \
getpart.c \