diff options
Diffstat (limited to 'sandbox/wow_helper/wow_helper.cc')
-rw-r--r-- | sandbox/wow_helper/wow_helper.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); } - |