wine/dlls/kernel32
Francois Gouget da238dc1d1 kernel32: Match the Windows 10 1709+ SetConsoleFont() implementation.
That is return the same 'E_NOTIMPL' error code.
Remove the todo_wine-s but keep the tests in case we want to implement
the API for compatibility with old Windows versions.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-14 09:40:36 +01:00
..
nls kernel32: Get rid of LOCALE_IDEFAULTUNIXCODEPAGE. 2019-11-13 13:47:45 +01:00
tests kernel32: Match the Windows 10 1709+ SetConsoleFont() implementation. 2019-11-14 09:40:36 +01:00
actctx.c
atom.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
comm.c kernel32: Move ioctl functions to kernelbase. 2019-09-09 21:05:07 +02:00
computername.c
console.c kernel32: Match the Windows 10 1709+ SetConsoleFont() implementation. 2019-11-14 09:40:36 +01:00
console_private.h
cpu.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
debugger.c kernel32: Move debugger functions to kernelbase. 2019-09-09 11:44:29 +02:00
editline.c
environ.c kernel32: Move process startup information functions to kernelbase. 2019-09-09 16:25:55 +02:00
file.c kernel32: FindFirstFileExW needs to open the directory with FILE_OPEN_FOR_BACKUP_INTENT flag. 2019-10-15 17:20:14 +02:00
format_msg.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
heap.c kernel32: Move NUMA-related functions to kernelbase. 2019-09-26 19:36:10 +02:00
kernel32.spec kernel32: Move CreateProcess() functions to kernelbase. 2019-11-12 22:05:58 +01:00
kernel_main.c
kernel_private.h kernel32: Move CreateProcess() functions to kernelbase. 2019-11-12 22:05:58 +01:00
lcformat.c
locale.c kernel32: Get rid of LOCALE_IDEFAULTUNIXCODEPAGE. 2019-11-13 13:47:45 +01:00
locale_rc.rc
lzexpand.c
Makefile.in kernel32: Move unhandled exception functions to kernelbase. 2019-09-09 16:25:55 +02:00
module.c kernel32: Add a special case to EnumProcessModules for the local process. 2019-11-04 22:43:01 +01:00
nameprep.c
oldconfig.c
path.c kernel32: Move GetSystemWow64Directory() functions to kernelbase. 2019-11-12 22:05:58 +01:00
powermgnt.c kernel32: Implement GetSystemPowerStatus on top of NtPowerInformation. 2019-10-31 19:38:49 +01:00
process.c kernel32: Move CreateProcess() functions to kernelbase. 2019-11-12 22:05:58 +01:00
profile.c
resource.c
string.c
sync.c kernel32: Move some misc functions to kernelbase. 2019-09-26 19:36:10 +02:00
tape.c
term.c
thread.c
time.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
toolhelp.c
version.c kernel32: Move some misc functions to kernelbase. 2019-09-26 19:36:10 +02:00
version.rc
virtual.c kernel32: Move virtual memory functions to kernelbase. 2019-09-08 22:52:09 +02:00
volume.c kernel32: Output a message in GetVolumeInformationW() when device has no read access. 2019-11-07 20:18:46 +01:00
wctype.c
wer.c
winerror.mc