I have an old plugin using a PLEventQueue. When I tried to compile it, I got an error in the function nsIEventQueueService.GetThreadEventQueue(PRThread,PLEventQueue) because this function now expects an nsIEventQueue and not a PLEventQueue.
What is the difference between them and how can I fix this? Thanx, Jens
