The previous checkin being enabled for WIN32 only; needs further

investigation.


git-svn-id: svn://10.0.0.236/trunk@48353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
srinivas%netscape.com 1999-09-20 19:18:35 +00:00
parent 7b9656a8ce
commit eee44d92d2

View File

@ -466,7 +466,7 @@ PL_ProcessPendingEvents(PLEventQueue* self)
if (PR_FALSE != self->processingEvents) return;
self->processingEvents = PR_TRUE;
#if 0
#if !defined(WIN32)
while (PR_TRUE) {
PLEvent* event = PL_GetEvent(self);
if (event == NULL) break;