]> git.ipfire.org Git - thirdparty/curl.git/commit
win: fix Universal Windows Platform build
authorMarcel Raad <raad@teamviewer.com>
Sat, 1 Oct 2016 15:55:37 +0000 (17:55 +0200)
committerMarcel Raad <raad@teamviewer.com>
Sun, 16 Oct 2016 10:09:12 +0000 (12:09 +0200)
commit422db18f15925b8ad7983329ca08041049783071
treea8d0675abc5c8b0daf8e92c2285f6a607d41058f
parent4ddc772b30db523742178c194b605572a0835698
win: fix Universal Windows Platform build

This fixes a merge error in commit 7f3df80 caused by commit 332e8d6.

Additionally, this changes Curl_verify_windows_version for Windows App
builds to assume to always be running on the target Windows version.
There seems to be no way to determine the Windows version from a
UWP app. Neither GetVersion(Ex), nor VerifyVersionInfo, nor the
Version Helper functions are supported.

Bug: https://github.com/curl/curl/pull/820#issuecomment-250889878
Reported-by: Paul Joyce
Closes https://github.com/curl/curl/pull/1048
lib/connect.c
lib/system_win32.c