mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fixing name mismatch from bug 113464 r=bnesse sr=attinasi
This commit is contained in:
parent
ba0ce0e6dd
commit
26a045d03f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user