Skip to content

vlc-debian-llvm: fix wrappers using ucrtbase

Steve Lhomme requested to merge robUx4/docker-images:no-ucrtbase into master

It's actually forbidden to link to this directly. MSVC doesn't even have the lib.

The proper way to set UCRT in this toolchain is to set _UCRT

Merge request reports