| Index: sandbox/win/src/interceptors_64.h
|
| diff --git a/sandbox/win/src/interceptors_64.h b/sandbox/win/src/interceptors_64.h
|
| index 7368ceb845046d46566685d74bdf0ce15602b73a..e84caa33b40c5bb1234ab87bdd94bc170756e5fb 100644
|
| --- a/sandbox/win/src/interceptors_64.h
|
| +++ b/sandbox/win/src/interceptors_64.h
|
| @@ -168,6 +168,10 @@ SANDBOX_INTERCEPT HGDIOBJ WINAPI TargetGetStockObject64(int object);
|
| // Interceptor for the RegisterClassW function.
|
| SANDBOX_INTERCEPT ATOM WINAPI TargetRegisterClassW64(const WNDCLASS* wnd_class);
|
|
|
| +// Interceptor for the SystemParametersInfoW function.
|
| +SANDBOX_INTERCEPT BOOL WINAPI TargetSystemParametersInfoW64(UINT action,
|
| + UINT ui_param, PVOID value, UINT win_ini);
|
| +
|
| } // extern "C"
|
|
|
| } // namespace sandbox
|
|
|