chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.85k stars 1.2k forks source link

only test the windows version when targeting old windows versions #1259

Open maxbachmann opened 1 year ago

maxbachmann commented 1 year ago

On non desktop windows targets VerSetConditionMask and VerifyVersionInfo are not always available. When targeting platforms >= Windows Vista we can skip this check, since it is guaranteed to be true.