From ecdc6a7cbc0d071f983e8e2db3c75abd9e511dc2 Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Fri, 19 Apr 2002 04:13:18 +0000 Subject: [PATCH] Fixing name mismatch from bug 113464 r=bnesse sr=attinasi git-svn-id: svn://10.0.0.236/trunk@119354 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/public/npupp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/modules/plugin/base/public/npupp.h b/mozilla/modules/plugin/base/public/npupp.h index e07d93384a9..d59bbaeb67b 100644 --- a/mozilla/modules/plugin/base/public/npupp.h +++ b/mozilla/modules/plugin/base/public/npupp.h @@ -38,7 +38,7 @@ /* - * npupp.h $Revision: 3.8 $ + * npupp.h $Revision: 3.9 $ * function call mecahnics needed by platform specific glue code. */ @@ -1189,7 +1189,7 @@ OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags); #if _NPUPP_USE_UPP_ -#define NP_GETMIMEDESCRIPTION_NAME "NP_GetSupportedMIMETypesRD" +#define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescriptionRD" typedef UniversalProcPtr NP_GetMIMEDescriptionUPP; enum { uppNP_GetMIMEDescEntryProc = kThinkCStackBased @@ -1204,7 +1204,7 @@ enum { #else // !_NPUPP_USE_UPP_ // NP_GetMIMEDescription -#define NP_GETMIMEDESCRIPTION_NAME "NP_GetSupportedMIMETypes" +#define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescription" typedef const char* (* NP_LOADDS NP_GetMIMEDescriptionUPP)(); #define NewNP_GetMIMEDescEntryProc(FUNC) \ ((NP_GetMIMEDescriptionUPP) (FUNC))