Skip to content

vlc-debian-llvm: fix wrappers using ucrtbase

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

Loading