Alexandre Julliard wrote:
Vitaliy Margolen wine-patches@kievinfo.com writes:
Resend as-is. I need this function to work on global handles when process is NULL.
If you need this you are doing something wrong. Callers are not supposed to know that a handle is global.
http://source.winehq.org/source/server/handle.c#L523 calls duplicate_handle with NULL process.
Vitaliy.