1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4088
This commit is contained in:
Scott Ehlert 2005-07-07 18:24:08 +00:00
parent c8d4189477
commit b45d02fd59

View File

@ -473,7 +473,7 @@ namespace SourceHook
}
}
#if __linux__
#ifdef __linux__
// Windows has an implentation for this already, but Linux does not :(
static bool CSourceHookImpl::IsBadReadPtr(const void *ptr, size_t len)
{