mirror of
https://github.com/Microsoft/Detours
synced 2026-06-08 11:44:51 +00:00
9764cebcb1
* fix context setting errors in DetourEnumerateImports API * Fix SAL annotation on DetouerEnumerateImportThunk SAL annotation for VoidContext should just be In rather than In_opt (this is consistent with how the existing DetouerEnumerateImportThunk is structured). This was causing an error in the static analysis checks in the CI build. * Update test_module_api.cpp Comparison of BOOL vs. bool, this should fix it. --------- Co-authored-by: g00356712 <guochenyang@huawei.com> Co-authored-by: Jeff Bisset <43155345+BissetJ@users.noreply.github.com>