diff options
Diffstat (limited to 'sandbox/wow_helper')
-rw-r--r-- | sandbox/wow_helper/service64_resolver.cc | 1 | ||||
-rw-r--r-- | sandbox/wow_helper/service64_resolver.h | 1 | ||||
-rw-r--r-- | sandbox/wow_helper/target_code.cc | 1 | ||||
-rw-r--r-- | sandbox/wow_helper/target_code.h | 1 | ||||
-rw-r--r-- | sandbox/wow_helper/wow_helper.cc | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sandbox/wow_helper/service64_resolver.cc b/sandbox/wow_helper/service64_resolver.cc index 4fddba9..8e6f8d9 100644 --- a/sandbox/wow_helper/service64_resolver.cc +++ b/sandbox/wow_helper/service64_resolver.cc @@ -340,4 +340,3 @@ NTSTATUS Service64ResolverThunk::PerformPatch(void* local_thunk, } } // namespace sandbox - diff --git a/sandbox/wow_helper/service64_resolver.h b/sandbox/wow_helper/service64_resolver.h index d3b3bcb..8ebdf21 100644 --- a/sandbox/wow_helper/service64_resolver.h +++ b/sandbox/wow_helper/service64_resolver.h @@ -70,4 +70,3 @@ class Service64ResolverThunk : public ResolverThunk { #endif // SANDBOX_WOW_HELPER_SERVICE64_RESOLVER_H__ - diff --git a/sandbox/wow_helper/target_code.cc b/sandbox/wow_helper/target_code.cc index db6bc42..1f93988 100644 --- a/sandbox/wow_helper/target_code.cc +++ b/sandbox/wow_helper/target_code.cc @@ -32,4 +32,3 @@ NTSTATUS WINAPI TargetEnd() { } } // namespace sandbox - diff --git a/sandbox/wow_helper/target_code.h b/sandbox/wow_helper/target_code.h index 5262f95..56db6fe 100644 --- a/sandbox/wow_helper/target_code.h +++ b/sandbox/wow_helper/target_code.h @@ -39,4 +39,3 @@ NTSTATUS WINAPI TargetEnd(); } // namespace sandbox #endif // SANDBOX_WOW_HELPER_TARGET_CODE_H__ - diff --git a/sandbox/wow_helper/wow_helper.cc b/sandbox/wow_helper/wow_helper.cc index a51cfe7..6df4c0e 100644 --- a/sandbox/wow_helper/wow_helper.cc +++ b/sandbox/wow_helper/wow_helper.cc @@ -123,4 +123,3 @@ int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) { const size_t kPageSize = 4096; return sandbox::PatchNtdll(child, thunk, kPageSize); } - |