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
This commit is contained in:
peterlubczynski%netscape.com
2002-04-19 04:13:18 +00:00
parent 0f42114e08
commit ecdc6a7cbc

View File

@@ -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))