Mike McCormack <[EMAIL PROTECTED]> writes: > I have a patch for this problem which puts an alertable wait in > GetMessage(16), which i posted in October. > > What is the problem with this method, and is there a better solution > to the problem?
Sorry, must have missed this patch. The method seems reasonable; you probably want to do the same thing at least in PeekMessage16, and maybe add some global flag to only do it when comm functions are actually in use, so that other apps don't have to do an extra server call on each message. -- Alexandre Julliard [EMAIL PROTECTED]