The current version of cURL is using a deprecated Windows API function GetVersionEx at this location: system_win32.c @ 226
Is this really neccesary? For increased reliability, refactoring it using the replacement, Version Helper Functions, sounds like a good idea.
The current version of cURL is using a deprecated Windows API function
GetVersionExat this location: system_win32.c @ 226Is this really neccesary? For increased reliability, refactoring it using the replacement, Version Helper Functions, sounds like a good idea.