3 Commits

Author SHA1 Message Date
Ben Niu ea6c4ae7f3 Add Arm64EC support (#338)
This change adds Arm64EC detours support.

It bumps the toolset version to 143 from 142 since 142 does not support Arm64EC officially.
It adds a new Arm64EC target.
It passes Arm64EC-specific compilation flag /arm64EC and linker flag /machine:arm64x or /machine:arm64ec in right places.
2025-04-02 14:57:54 -07:00
Brian Gianforcaro 244b243d82 Build: Catch incorrect format specifiers with /we4777 and fix issues. (#129)
* Build: Catch incorrect format specifiers with /we4777 and fix issues.

Most of these are using %d for a DWORD when it should be %ld.

* More compilation fixes
2020-08-31 18:33:59 -07:00
Galen Hunt e5400b4ec5 Initial fork of Detours 4.0 from Detours 3.0 archive. 2016-11-07 17:37:52 -08:00