kernelbase: Implement SetCurrentConsoleFontEx.
commit27df7f518caa237cd629e26131dbd23b1685c4d8
authorHugh McMaster <hugh.mcmaster@outlook.com>
Wed, 9 Feb 2022 19:43:54 +0000 (9 20:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Feb 2022 09:47:05 +0000 (10 10:47 +0100)
tree7ec7f770ad4d3fdfb4729acd746312c3b4c8a909
parent0cbfa9be51eafc985678bf2d67c34fb906282e05
kernelbase: Implement SetCurrentConsoleFontEx.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/console.c
dlls/kernel32/kernel32.spec
dlls/kernel32/tests/console.c
dlls/kernelbase/console.c
dlls/kernelbase/kernelbase.spec
include/wine/condrv.h
programs/conhost/conhost.c
programs/conhost/conhost.h
programs/conhost/window.c