diff options
Diffstat (limited to 'sandbox/src/policy_broker.cc')
-rw-r--r-- | sandbox/src/policy_broker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/src/policy_broker.cc b/sandbox/src/policy_broker.cc index 0a63750..9882f38 100644 --- a/sandbox/src/policy_broker.cc +++ b/sandbox/src/policy_broker.cc @@ -68,6 +68,7 @@ bool SetupNtdllImports(TargetProcess *child) { INIT_GLOBAL_RTL(RtlAnsiStringToUnicodeString); INIT_GLOBAL_RTL(RtlCompareUnicodeString); INIT_GLOBAL_RTL(RtlCreateHeap); + INIT_GLOBAL_RTL(RtlCreateUserThread); INIT_GLOBAL_RTL(RtlDestroyHeap); INIT_GLOBAL_RTL(RtlFreeHeap); INIT_GLOBAL_RTL(_strnicmp); |