]> granicus.if.org Git - curl/commit
Curl_now: figure out windows version in win32_init
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Feb 2019 16:08:29 +0000 (17:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Feb 2019 22:23:14 +0000 (23:23 +0100)
commitca597ad34a4bf2f4f1c2352186d3e589040a0b54
treee74c2093ac05a48ce63fe069c4633225e141bc4f
parent208c77713aaab87d77a3b11f83308b7db61aaabc
Curl_now: figure out windows version in win32_init

... and avoid use of static variables that aren't thread safe.

Fixes regression from e9ababd4f5a (present in the 7.64.0 release)

Reported-by: Paul Groke
Fixes #3572
Closes #3573
lib/easy.c
lib/timeval.c