Small fixes

This commit is contained in:
momo5502
2025-05-25 16:23:00 +02:00
parent eb163474f9
commit ed9eb1dfc3
3 changed files with 5 additions and 6 deletions

View File

@@ -689,7 +689,7 @@ namespace
{
int executions = 0;
auto* apc_func = +[](ULONG_PTR param) {
auto* apc_func = +[](const ULONG_PTR param) {
*reinterpret_cast<int*>(param) += 1; //
};