mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
adding win32 note
This commit is contained in:
parent
f88f4c00f4
commit
be10466ef4
@ -198,6 +198,9 @@ IPC_PlatformSendMsg(ipcClient *client, ipcMessage *msg)
|
||||
LOG(("IPC_SendMessageNow [clientID=%u clientPID=%u]\n",
|
||||
client->ID(), client->PID()));
|
||||
|
||||
// XXX use PostMessage to make this asynchronous; otherwise we might get
|
||||
// some wierd SendMessage recursion between processes.
|
||||
|
||||
COPYDATASTRUCT cd;
|
||||
cd.dwData = GetCurrentProcessId();
|
||||
cd.cbData = (DWORD) msg->MsgLen();
|
||||
|
Loading…
Reference in New Issue
Block a user