win32: Add Curl_verify_windows_version() to curlx

Closes https://github.com/curl/curl/pull/5754
This commit is contained in:
Cameron Cawley 2020-07-31 20:36:56 +01:00 committed by Marcel Raad
parent 5c2728eb42
commit 790137b0f7
No known key found for this signature in database
GPG key ID: 9D24FF0262C36959
13 changed files with 316 additions and 238 deletions

View file

@ -35,7 +35,8 @@ CURLX_CFILES = \
../lib/nonblock.c \
../lib/warnless.c \
../lib/curl_ctype.c \
../lib/curl_multibyte.c
../lib/curl_multibyte.c \
../lib/version_win32.c
CURLX_HFILES = \
../lib/curl_setup.h \
@ -43,7 +44,8 @@ CURLX_HFILES = \
../lib/nonblock.h \
../lib/warnless.h \
../lib/curl_ctype.h \
../lib/curl_multibyte.h
../lib/curl_multibyte.h \
../lib/version_win32.h
CURL_CFILES = \
slist_wc.c \