ntdll/kernel32: #27

Alexandre Julliard julliard at winehq.org
Mon Jun 16 16:44:50 CDT 2003


Eric Pouech <pouech-eric at wanadoo.fr> writes:

> - this patch partially implements this scheme. It's partial because
> console handles are still handled by wineserver. Their value is
> however obfuscated so that we can track their real usage.

IMO you shouldn't need to have any obfuscation code in the server at
all. If you need that, something is wrong with the design.

> - next step would mean implementing the console handle management
> outside of wineserver (likely in wineconsole)

I'm not convinced we really need that; IMO it's OK to keep them in the
server, as long as we can identify them as console handles from the
client.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list