Fixing Linux breakage

This commit is contained in:
mcafee%netscape.com 1998-09-19 08:42:51 +00:00
parent 825fa799b4
commit a750166b23

View File

@ -349,6 +349,10 @@ void PR_CALLBACK ProxyEvent::DestroyPLEvent(PLEvent* aEvent)
delete ev;
}
#if defined(XP_UNIX)
extern PLEventQueue* gWebShell_UnixEventQueue;
#endif
void ProxyEvent::Fire()
{
PLEventQueue* eventQueue;