mirror of
https://github.com/curl/curl.git
synced 2026-07-31 15:08:02 +03:00
curlx: move version_win32.[ch] to curlx/
For curlx_verify_windows_version Closes #17290
This commit is contained in:
parent
5b454bae0c
commit
16db059a93
18 changed files with 22 additions and 28 deletions
|
|
@ -39,7 +39,7 @@ CURLX_CFILES = \
|
|||
../lib/curlx/strparse.c \
|
||||
../lib/curlx/timediff.c \
|
||||
../lib/curlx/timeval.c \
|
||||
../lib/version_win32.c \
|
||||
../lib/curlx/version_win32.c \
|
||||
../lib/curlx/warnless.c
|
||||
|
||||
CURLX_HFILES = \
|
||||
|
|
@ -50,7 +50,7 @@ CURLX_HFILES = \
|
|||
../lib/curlx/strparse.h \
|
||||
../lib/curlx/timediff.h \
|
||||
../lib/curlx/timeval.h \
|
||||
../lib/version_win32.h \
|
||||
../lib/curlx/version_win32.h \
|
||||
../lib/curlx/warnless.h
|
||||
|
||||
CURL_CFILES = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue