Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: sandbox/win/src/process_mitigations_win32k_interception.h

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_ 5 #ifndef SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_
6 #define SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_ 6 #define SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 #include "base/basictypes.h"
10 #include "sandbox/win/src/sandbox_types.h" 9 #include "sandbox/win/src/sandbox_types.h"
11 10
12 namespace sandbox { 11 namespace sandbox {
13 12
14 extern "C" { 13 extern "C" {
15 14
16 typedef BOOL (WINAPI* GdiDllInitializeFunction) ( 15 typedef BOOL (WINAPI* GdiDllInitializeFunction) (
17 HANDLE dll, 16 HANDLE dll,
18 DWORD reason, 17 DWORD reason,
19 LPVOID reserved); 18 LPVOID reserved);
(...skipping 17 matching lines...) Expand all
37 SANDBOX_INTERCEPT ATOM WINAPI TargetRegisterClassW( 36 SANDBOX_INTERCEPT ATOM WINAPI TargetRegisterClassW(
38 RegisterClassWFunction orig_register_class_function, 37 RegisterClassWFunction orig_register_class_function,
39 const WNDCLASS* wnd_class); 38 const WNDCLASS* wnd_class);
40 39
41 } // extern "C" 40 } // extern "C"
42 41
43 } // namespace sandbox 42 } // namespace sandbox
44 43
45 #endif // SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_ 44 #endif // SANDBOX_SRC_PROCESS_MITIGATIONS_WIN32K_INTERCEPTION_H_
46 45
OLDNEW
« no previous file with comments | « sandbox/win/src/process_mitigations_win32k_dispatcher.h ('k') | sandbox/win/src/process_mitigations_win32k_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698