Chromium Code Reviews| Index: sandbox/win/src/sandbox_nt_types.h |
| diff --git a/sandbox/win/src/sandbox_nt_types.h b/sandbox/win/src/sandbox_nt_types.h |
| index 1303ac2627c2c169305b9aa9afc0106e41680d6c..46820cfb9f1f3f5100e918722bcb2210457a7645 100644 |
| --- a/sandbox/win/src/sandbox_nt_types.h |
| +++ b/sandbox/win/src/sandbox_nt_types.h |
| @@ -31,6 +31,7 @@ struct NtExports { |
| _strnicmpFunction _strnicmp; |
| strlenFunction strlen; |
| wcslenFunction wcslen; |
| + memcpyFunction memcpy; |
| }; |
| // This is the value used for the ntdll level allocator. |