fixed this up for gcc-3.4 and no lstdc++.a

This commit is contained in:
David Anderson
2006-08-28 21:21:06 +00:00
parent 76a4d84dbb
commit cba554d193
5 changed files with 10 additions and 11 deletions

View File

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