diff options
Diffstat (limited to 'sandbox/src/interceptors_64.cc')
-rw-r--r-- | sandbox/src/interceptors_64.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sandbox/src/interceptors_64.cc b/sandbox/src/interceptors_64.cc index 49018a0..29d59143 100644 --- a/sandbox/src/interceptors_64.cc +++ b/sandbox/src/interceptors_64.cc @@ -70,9 +70,6 @@ NTSTATUS WINAPI TargetNtOpenThreadTokenEx64( // ----------------------------------------------------------------------- -#if 0 -// Bug 27218: We don't have IPC yet. - SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateFile64( PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, @@ -124,8 +121,6 @@ SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationFile64( length, file_information_class); } -#endif - // ----------------------------------------------------------------------- SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateNamedPipeW64( @@ -206,8 +201,7 @@ SANDBOX_INTERCEPT BOOL WINAPI TargetCreateProcessA64( } // ----------------------------------------------------------------------- -#if 0 -// Bug 27218: We don't have IPC yet. + SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateKey64( PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, @@ -236,8 +230,6 @@ SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKeyEx64( open_options); } -#endif - // ----------------------------------------------------------------------- SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateEventW64( |