Bug 205608 Warning: C++ style comments are not allowed in ISO C89
r=jst sr=jst git-svn-id: svn://10.0.0.236/trunk@142860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -915,9 +915,10 @@ _pl_CleanupNativeNotifier(PLEventQueue* self)
|
||||
}
|
||||
RemoveProp(self->eventReceiverWindow, _md_GetEventQueuePropName());
|
||||
|
||||
// DestroyWindow doesn't do anything when called from a non ui thread. Since
|
||||
// self->eventReceiverWindow was created on the ui thread, it must be destroyed
|
||||
// on the ui thread.
|
||||
/* DestroyWindow doesn't do anything when called from a non ui thread. Since
|
||||
* self->eventReceiverWindow was created on the ui thread, it must be destroyed
|
||||
* on the ui thread.
|
||||
*/
|
||||
SendMessage(self->eventReceiverWindow, WM_CLOSE, 0, 0);
|
||||
|
||||
#elif defined(XP_OS2)
|
||||
|
||||
Reference in New Issue
Block a user