Prevent crash in std::mutex::lock() for builds made with latest VS 2022...

Closed Ghislain MARY requested to merge fix/prevent-std-mutex-lock-crashes-on-windows into master

Prevent crash in std::mutex::lock() for builds made with latest VS 2022 version running on a machine where the redistributables are older.

Merge request reports