Sweden-Number/dlls/kernel32
Rémi Bernon a96393fe26 kernel32/tests: Add tests for ContinueDebugEvent with DBG_REPLY_LATER.
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-25 19:25:25 +01:00
..
nls kernel32/nls: Add LOCALE_IGEOID to all locales. 2019-11-18 22:15:20 +01:00
tests kernel32/tests: Add tests for ContinueDebugEvent with DBG_REPLY_LATER. 2020-03-25 19:25:25 +01:00
Makefile.in kernel32: Remove the nameprep tables. 2020-03-03 13:20:24 +01:00
actctx.c
atom.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
comm.c
computername.c kernel32: Use the Get/SetComputerName functions from kernelbase. 2019-12-12 23:17:05 +01:00
console.c kernelbase: Move some console support back to kernel32. 2019-12-12 23:16:40 +01:00
console_private.h
cpu.c kernel32: Move system information functions to kernelbase. 2019-11-19 23:15:04 +01:00
debugger.c kernel32: Duplicate OutputDebugStringA implementation. 2019-12-16 12:00:36 +01:00
editline.c
environ.c
file.c kernel32: Reimplement ReplaceFile() on top of MoveFileEx(). 2020-03-13 09:42:06 +01:00
format_msg.c kernel32: Add set_ntstatus() helper. 2019-10-01 09:43:27 +02:00
heap.c kernel32: Remove heap function replacements. 2019-12-11 22:46:19 +01:00
kernel32.spec kernelbase: Implement IsValidNLSVersion(). 2020-03-20 14:49:36 +01:00
kernel_main.c kernel32: Move timezone functions to kernelbase. 2019-12-10 20:59:19 +01:00
kernel_private.h kernel32: Move timezone functions to kernelbase. 2019-12-10 20:59:19 +01:00
lcformat.c kernel32: Move EnumCalendarInfo functions to kernelbase. 2019-11-18 19:12:13 +01:00
locale.c kernel32: Move Idn functions to kernelbase. 2020-03-03 13:20:25 +01:00
locale_rc.rc
lzexpand.c kernel32/lzexpand: Fix uninitialized read in read_header. 2020-01-27 16:29:39 +01:00
module.c kernel32: Add a special case to EnumProcessModules for the local process. 2019-11-04 22:43:01 +01:00
path.c kernel32: Reimplement MoveFileWithProgress() on top of NtSetInformationFile(FileRenameInformation). 2020-03-12 21:18:18 +01:00
powermgnt.c kernel32: Implement GetSystemPowerStatus on top of NtPowerInformation. 2019-10-31 19:38:49 +01:00
process.c kernel32: Make QueryWorkingSetEx use MemoryWorkingSetExInformation. 2020-02-07 13:25:37 +01:00
profile.c
resource.c
string.c
sync.c
tape.c
term.c
thread.c
time.c kernel32: Move timezone functions to kernelbase. 2019-12-10 20:59:19 +01:00
toolhelp.c
version.c kernel32: Implement compatibility mode for VerifyVersionInfo. 2020-03-19 13:31:56 +01:00
version.rc kernel32: Update version to win7. 2019-12-19 16:20:39 +01:00
virtual.c kernel32: Catch stack overflow faults in IsBad*Ptr() functions. 2020-01-13 19:41:02 +01:00
volume.c kernel32: Reimplement GetVolumePathName() using NtQueryInformationFile(FileAttributeTagInformation). 2020-03-23 12:14:07 +01:00
wer.c
winerror.mc