Skip to content

Add /Zc:gotoScope- for detours compilation

Detours doesn't work with /Zc:gotoScope. C++20 use it by default, so to support cpp20 in future, we need to remove it by a flag.

Merge request reports

Loading