Bug 314432, Get rid of TVector glue in Default Plugin on Mac/Intel. Built but not used in Firefox. r=josh

This commit is contained in:
mark%moxienet.com 2005-11-17 21:38:05 +00:00
Родитель ae34af0159
Коммит e9b3b45c67
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -89,7 +89,7 @@
#endif
#ifdef XP_MACOSX
#ifdef __ppc__
// glue for mapping outgoing Macho function pointers to TVectors
struct TFPtoTVGlue{
@ -172,7 +172,7 @@ static void* SetupTVtoFPGlue(TTVtoFPGlue* functionGlue, void* tvp)
#define PLUGIN_TO_HOST_GLUE(name, fp) (fp)
#define HOST_TO_PLUGIN_GLUE(name, fp) (fp)
#endif /* XP_MACOSX */
#endif /* __ppc__ */
#pragma mark -