summaryrefslogtreecommitdiffstats
path: root/sandbox/src/interceptors_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/interceptors_64.h')
-rw-r--r--sandbox/src/interceptors_64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/src/interceptors_64.h b/sandbox/src/interceptors_64.h
index 5fc0a4b..b5134ed 100644
--- a/sandbox/src/interceptors_64.h
+++ b/sandbox/src/interceptors_64.h
@@ -50,6 +50,9 @@ SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateThread64(
LPTHREAD_START_ROUTINE start_address, PVOID parameter,
DWORD creation_flags, LPDWORD thread_id);
+// Interception of GetUserDefaultLCID on the child process.
+SANDBOX_INTERCEPT LCID WINAPI TargetGetUserDefaultLCID64();
+
// -----------------------------------------------------------------------
// Interceptors handled by the file system dispatcher.