Re: Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey

2005-05-21 Thread Dimi Paun
On Sat, 2005-05-21 at 09:39 +0200, Eric Pouech wrote: > here's the list of server calls in all wine DLLs (only are listed the > DLLs that actually make server calls). Cool. Maybe we should start a ServerCallCleanup JanitorialProject on the Wiki? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey

2005-05-21 Thread Eric Pouech
Dimitrie Paun a écrit : This patch removes the last server call from advapi32 and we should keep it free from server calls to reduce the effects of the changing of a server interface. Nice. BTW, what DLLs make server calls? Any other that shoudn't but still do? here's the list of server call

Re: Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey

2005-05-16 Thread Dimitrie Paun
> This patch removes the last server call from advapi32 and we should keep > it free from server calls to reduce the effects of the changing of a > server interface. Nice. BTW, what DLLs make server calls? Any other that shoudn't but still do? -- Dimi.