Re: user32: Implement BroadcastSystemMessage, try 6

2008-04-01 Thread Paul Vriens
Maarten Lankhorst wrote: > Hello Paul, > > 2008/4/1, Paul Vriens <[EMAIL PROTECTED]>: >> Hi Maarten, >> >> +if (!recipients) >> +recipients = &recips; >> + >> >> Will that work? > > Yes. recipients is a pointer. > > Cheers, > > Maarten. > > > Yes, sorry for the noise. (Shoul

user32: Implement BroadcastSystemMessage, try 6

2008-04-01 Thread Maarten Lankhorst
Hello Paul, 2008/4/1, Paul Vriens <[EMAIL PROTECTED]>: > Hi Maarten, > > +if (!recipients) > +recipients = &recips; > + > > Will that work? Yes. recipients is a pointer. Cheers, Maarten.

Re: user32: Implement BroadcastSystemMessage, try 6

2008-04-01 Thread Paul Vriens
Maarten Lankhorst wrote: > Removed most LastError tests except where they are useful. > > > > > Hi Maarten, +if (!recipients) +recipients = &recips; + Will that work? Cheers, Paul