adding win32 note

This commit is contained in:
darin%netscape.com 2002-11-10 10:06:53 +00:00
parent f88f4c00f4
commit be10466ef4

View File

@ -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();