mirror of
https://github.com/Microsoft/Detours
synced 2026-06-08 11:44:51 +00:00
244b243d82
* 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