Chromium Code Reviews| Index: sandbox/src/interception.cc |
| =================================================================== |
| --- sandbox/src/interception.cc (revision 31504) |
| +++ sandbox/src/interception.cc (working copy) |
| @@ -375,7 +375,7 @@ |
| 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); |