make daemon PlatformSendMsg async on XP_WIN.

This commit is contained in:
darin@netscape.com
2002-11-10 22:34:47 +00:00
parent 44d775f615
commit ae9226e787
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]) {