mirror of
https://github.com/WinDurango/Detours.git
synced 2026-01-31 00:55:20 +01:00
* 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