1
0
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:
David Anderson 2008-12-23 00:08:01 -05:00
parent 819f273834
commit b2b6c22b30

View File

@ -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