Fixed this up to work, eh. no more libstdc++.a for you

This commit is contained in:
David Anderson
2006-08-28 21:03:27 +00:00
parent ec83efbdf3
commit 76a4d84dbb
3 changed files with 6 additions and 7 deletions

View File

@ -45,3 +45,7 @@ void OnPluginsUnloaded()
FreeAllHandles(Handle_Connection);
}
extern "C" void __cxa_pure_virtual(void)
{
}