[PATCH 2/2] kernelbase: Add support for CREATE_NO_WINDOW flag.

Jacek Caban jacek at codeweavers.com
Tue Apr 5 07:34:51 CDT 2022


Based on patches by Eric Pouech and Torge Matthies.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
Both Eric and Torge sent patches for this and both used ConsoleFlags for 
passing the information. While reviewing both series, I was wondering if 
using ConsoleHandle instead would be cleaner and I think it is. I ended 
up having a complete third version...

Eric, Torge, I hope you will review this.

  dlls/kernel32/tests/console.c |  3 ---
  dlls/kernelbase/console.c     | 21 +++++++++++++++------
  dlls/kernelbase/process.c     | 11 +++++++----
  include/wine/condrv.h         |  5 +++--
  programs/conhost/conhost.c    | 11 ++++++++---
  programs/conhost/conhost.h    |  1 +
  6 files changed, 34 insertions(+), 18 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-kernelbase-Add-support-for-CREATE_NO_WINDOW-flag.txt
Type: text/x-patch
Size: 8084 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220405/b35ae8ca/attachment.bin>


More information about the wine-devel mailing list