mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-03-22 13:19:40 +01:00
Fixed build failure (no bug, r=ds).
This commit is contained in:
parent
819f273834
commit
b2b6c22b30
@ -205,7 +205,7 @@ namespace SourceHook
|
||||
g_BadReadCalled = false;
|
||||
|
||||
return true;
|
||||
#elif SH_SYS == SH_SYS_WINAPI
|
||||
#elif SH_XP == SH_XP_WINAPI
|
||||
// On Win32, simply use IsBadReadPtr
|
||||
return !IsBadReadPtr(addr, len);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user