1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +01:00

remove platform 64bits once more

This commit is contained in:
Kenzzer 2024-06-05 19:15:02 +02:00 committed by Nick Hastings
parent 6c4f85a95d
commit cf4554ced9

View File

@ -842,7 +842,7 @@ void *MetamodSource::MetaFactory(const char *iface, int *ret, PluginId *id)
}
return static_cast<void *>(static_cast<ISmmPluginManager *>(&g_PluginMngr));
}
#if !defined( PLATFORM_64BITS ) && !defined( _LINUX )
#if !defined( __amd64__ )
else if (strcmp(iface, MMIFACE_SH_HOOKMANAUTOGEN) == 0)
{
if (ret)