make daemon PlatformSendMsg async on XP_WIN.

git-svn-id: svn://10.0.0.236/trunk@133549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-11-10 22:34:47 +00:00
parent 2fa97b3335
commit 27beec2e42
3 changed files with 32 additions and 18 deletions

View File

@@ -167,7 +167,7 @@ IPCM_HandleMsg(ipcClient *client, const ipcMessage *rawMsg)
};
int type = IPCM_GetMsgType(rawMsg);
LOG(("ipcCommandModule::HandleMsg [type=%d]\n", type));
LOG(("IPCM_HandleMsg [type=%d]\n", type));
if (type < IPCM_MSG_TYPE_UNKNOWN) {
if (handlers[type]) {