summaryrefslogtreecommitdiff
path: root/chromium/sandbox/win/src/policy_broker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/sandbox/win/src/policy_broker.cc')
-rw-r--r--chromium/sandbox/win/src/policy_broker.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/sandbox/win/src/policy_broker.cc b/chromium/sandbox/win/src/policy_broker.cc
index fbe46190770..dc5e18c28b9 100644
--- a/chromium/sandbox/win/src/policy_broker.cc
+++ b/chromium/sandbox/win/src/policy_broker.cc
@@ -73,6 +73,7 @@ bool SetupNtdllImports(TargetProcess *child) {
INIT_GLOBAL_RTL(_strnicmp);
INIT_GLOBAL_RTL(strlen);
INIT_GLOBAL_RTL(wcslen);
+ INIT_GLOBAL_RTL(memcpy);
#ifndef NDEBUG
// Verify that the structure is fully initialized.