[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:
beard%netscape.com
2001-09-06 23:18:07 +00:00
parent b43f7e045a
commit 0051338311
4 changed files with 30 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ static LRESULT CALLBACK PluginWinProc(HWND, UINT, WPARAM, LPARAM);
static WNDPROC lpOldProc = NULL;
#endif
BOOL CPlugin::init(NPWindow* pNPWindow)
NPBool CPlugin::init(NPWindow* pNPWindow)
{
if(pNPWindow == NULL)
return FALSE;
@@ -88,7 +88,7 @@ void CPlugin::shut()
m_bInitialized = FALSE;
}
BOOL CPlugin::isInitialized()
NPBool CPlugin::isInitialized()
{
return m_bInitialized;
}