Fixing 132430 -- Real JukeBox breaks the Plugin Finder Service, r=peterl, sr=attinasi, a=asa

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_0_BRANCH@120278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2002-04-30 02:16:40 +00:00
parent ecc5bf01f7
commit 327e48530d
2 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
LIBRARY NPNUL32
EXPORTS
NP_GetEntryPoints @1
NP_Initialize @2
NP_Shutdown @3
NP_GetEntryPoints @1
NP_Initialize @2
NP_Shutdown @3
NP_GetMIMEDescription @4

View File

@@ -42,6 +42,8 @@
#include "npupp.h"
#endif
#include "nsDefaultPlugin.h"
//\\// DEFINE
#define NP_EXPORT
@@ -166,6 +168,12 @@ NP_Shutdown()
return NPERR_NO_ERROR;
}
char * NP_GetMIMEDescription()
{
static char mimetype[] = NS_PLUGIN_DEFAULT_MIME_DESCRIPTION;
return mimetype;
}
// END - PLUGIN DLL entry points
////\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//.
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\.