[not part of build] fixes for bug #98382, r=av, allow building on Mac.
git-svn-id: svn://10.0.0.236/trunk@102484 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
NPNetscapeFuncs NPNFuncs;
|
||||
|
||||
#ifdef XP_WIN
|
||||
|
||||
NPError OSCALL NP_GetEntryPoints(NPPluginFuncs* pFuncs)
|
||||
{
|
||||
if(pFuncs == NULL)
|
||||
@@ -56,6 +58,8 @@ NPError OSCALL NP_GetEntryPoints(NPPluginFuncs* pFuncs)
|
||||
return NPERR_NO_ERROR;
|
||||
}
|
||||
|
||||
#endif /* XP_WIN */
|
||||
|
||||
NPError OSCALL NP_Initialize(NPNetscapeFuncs* pFuncs)
|
||||
{
|
||||
if(pFuncs == NULL)
|
||||
|
||||
Reference in New Issue
Block a user