Skip to content

meson: set the minimum supported Windows build to Vista

Steve Lhomme requested to merge robUx4/librist:forced-winver into master

If the user requires a newer Windows version it should set it manually.

It is also questionable to call inet_ntop (aka InetNtopA) if the build requests minimum support for Win XP (VLC 3.0). It's only available since Vista. So building for a Vista target should be fine.

Edited by Steve Lhomme

Merge request reports