diff options
Diffstat (limited to 'sandbox/src/interception.cc')
-rw-r--r-- | sandbox/src/interception.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc index 81657aa..007c373 100644 --- a/sandbox/src/interception.cc +++ b/sandbox/src/interception.cc @@ -375,7 +375,7 @@ bool InterceptionManager::PatchNtdll(bool hot_patch_needed) { return false; // and now write the first part of the table to the child's memory - DWORD written; + SIZE_T written; bool ok = FALSE != ::WriteProcessMemory(child, thunks, &dll_data, offsetof(DllInterceptionData, thunks), &written); |