Skip to content

vlc-debian-win32/64: use POSIX thread model

Steve Lhomme requested to merge robUx4/docker-images:gcc-win32-thread into master

In win32 thread model, g++ doesn't support plenty of C++ threading features.

This is the same thread model used by our LLVM windows toolchains.

Merge request reports