mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Match InstallFileSystemHooks()
This commit is contained in:
parent
84aacf4165
commit
6186f0c488
@ -127,9 +127,10 @@ void InstallFileSystemHooks()
|
||||
(PBYTE)DetourFindFunction("kernel32.dll", "CreateFileA"),
|
||||
(PBYTE)Arch_CreateFileA);
|
||||
|
||||
/*
|
||||
Real_CreateFileW = (def_CreateFileW)DetourFunction(
|
||||
(PBYTE)DetourFindFunction("kernel32.dll", "CreateFileW"),
|
||||
(PBYTE)Arch_CreateFileW);
|
||||
(PBYTE)Arch_CreateFileW);*/
|
||||
|
||||
Real_ReadFile = (def_ReadFile)DetourFunction(
|
||||
(PBYTE)DetourFindFunction("kernel32.dll", "ReadFile"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user