Re: [PATCH] console: fix output for console handles opened with GENERIC_WRITE access

2010-11-15 Thread Martin Wilck
Hi Eric, hi everyone, as you may already know, my patch is obsoleted by your commit 91e3a40e412a6c04cfaf8f6d0d3d16a1a4c4bfdb. Thanks! Martin -- Dr. Martin Wilck Physicist and Software Engineer particle dynamics GmbH, Leipzig Geschäftsführer (Director): Markus Fait Handelsregister (Trade Regis

Re: [PATCH] console: fix output for console handles opened with GENERIC_WRITE access

2010-11-12 Thread Eric Pouech
this has already been discussed on wine-devel a couple of days ago the "right" fix is either to fix WriteConsole so that it doesn't require read access (actually FILE_READ_PROPERTIES), or to grant this access user side so the fix in the server will be rejected A+ 2010/11/12 Martin Wilck > > Writ