https://bugs.winehq.org/show_bug.cgi?id=7106
--- Comment #35 from Chebanenko Igor chebanenkoigor93@gmail.com --- Something about Staging patchset. Looks like that page is with patch that redirects invalid console handles from NT to DOS,but in some "dirty" way. Is that possible to reimplement it,to make it more NT-oriented?
For example: reimplement it,using functions like KTHREAD,CSR_THREAD,CSR_PROCESS?
Is that possible?
CSR_THREAD https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/process/threa...
CSR_PROCESS https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/process/proce...
KTHREAD https://www.geoffchappell.com/studies/windows/km/ntoskrnl/inc/ntos/ke/kthrea...