Re: kernel32: Add basic OpenProcess test, make it pass under Wine

2006-11-08 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > diff -up a/server/protocol.def b/server/protocol.def > --- a/server/protocol.def 2006-11-06 18:35:52.0 +0800 > +++ b/server/protocol.def 2006-11-06 21:57:22.0 +0800 > @@ -335,6 +335,7 @@ struct token_groups > /* Retrieve infor

Re: kernel32: Add basic OpenProcess test, make it pass under Wine

2006-11-06 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: Does this fix a real application or is it something that could just as easily be deferred until these remote operations are supported? No, this patch is not supposed to fix any real app, that's just for a test case I've written (was curious how it w

Re: kernel32: Add basic OpenProcess test, make it pass under Wine

2006-11-06 Thread Robert Shearman
Dmitry Timoshkov wrote: Hello, Changelog: kernel32: Add basic OpenProcess test, make it pass under Wine. @@ -1960,7 +1961,7 @@ NTSTATUS WINAPI NtFlushVirtualMemory( HA NTSTATUS status = STATUS_SUCCESS; void *addr = ROUND_ADDR( *addr_ptr, page_mask ); -if