| 1653 | } |
| 1654 | |
| 1655 | LONG WINAPI DetourTransactionCommit() |
| 1656 | { |
| 1657 | return DetourTransactionCommitEx(NULL); |
| 1658 | } |
| 1659 | |
| 1660 | static BYTE detour_align_from_trampoline(PDETOUR_TRAMPOLINE pTrampoline, BYTE obTrampoline) |
| 1661 | { |
no test coverage detected
searching dependent graphs…