]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 27 Aug 2020 03:35:03 +0000 (12:35 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 27 Aug 2020 08:51:31 +0000 (10:51 +0200)
commit69a2a8db58302d4c4e72fb656a1a6347e471340e
treebde8ce79ebf7bc4ce449081d7688d3c2ef22497e
parented1573fc178fa1534ade5306f8bcef707ea346d0
Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().

- To allow sending non-ASCII chars to console, all WriteConsoleA()
  are replaced by WriteConsoleW().
  Addresses:
  https://cygwin.com/pipermail/cygwin-patches/2020q3/010476.html
winsup/cygwin/fhandler_console.cc
This page took 0.031287 seconds and 5 git commands to generate.