Fixing build bustage

git-svn-id: svn://10.0.0.236/trunk@31959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
amusil%netscape.com
1999-05-17 22:14:35 +00:00
parent 24aec08ccf
commit 6eb85ee83b
2 changed files with 4 additions and 0 deletions

View File

@@ -532,9 +532,11 @@ NS_IMETHODIMP ns4xPluginInstance::HandleEvent(nsPluginEvent* event, PRBool* hand
#if !TARGET_CARBON
// pinkerton
// relies on routine descriptors, not present in carbon. We need to fix this.
#ifdef XP_MAC
res = CallNPP_HandleEventProc(fCallbacks->event,
&fNPP,
(void*) event->event);
#endif
#endif
*handled = res;