Fixing Linux breakage

git-svn-id: svn://10.0.0.236/trunk@10512 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1998-09-19 08:42:51 +00:00
parent b8d1e851dd
commit 4a2e9a7966

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;