Skip to content

Commit

Permalink
remove platform 64bits once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored and psychonic committed Aug 3, 2024
1 parent 6c4f85a commit cf4554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/metamod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf4554c

Please sign in to comment.