Sweden-Number/dlls/kernel32
Austin English 39d5a90806 kernel32/tests: Make sure to use return values (LLVM/Clang). 2011-02-11 14:49:23 +01:00
..
nls kernel32: Convert message translations to po files. 2011-01-24 21:35:14 +01:00
tests kernel32/tests: Make sure to use return values (LLVM/Clang). 2011-02-11 14:49:23 +01:00
Makefile.in kernel32: Convert message translations to po files. 2011-01-24 21:35:14 +01:00
actctx.c kernel32: Fix typo in a comment. 2009-12-18 13:14:02 +01:00
atom.c kernel32: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:33:52 +01:00
change.c kernel32: Add support for completion routine invocation in ReadDirectoryChangesW. 2010-12-16 11:50:09 +01:00
comm.c kernel32: Change fixme to trace in comm.c. 2010-08-17 14:18:45 +02:00
computername.c kernel32: Fix GetComputerName errors. 2010-08-23 11:58:42 +02:00
console.c kernel32: Properly manage UTF-8 (and any wcs) input strings. 2011-01-25 14:46:59 +01:00
console_private.h kernel32: Properly manage UTF-8 (and any wcs) input strings. 2011-01-25 14:46:59 +01:00
cpu.c kernel32: Return the correct processor arch and type in wow64 mode. 2010-05-13 11:51:11 +02:00
debugger.c kernel32: Implement CheckRemoteDebuggerPresent(). 2010-03-15 15:56:56 +01:00
editline.c kernel32: Added support for ctrl-home (aka clear from beginning of line) in line edition in win32 mode. 2011-01-31 12:31:35 +01:00
environ.c kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle. 2010-09-23 12:00:44 +02:00
except.c ntdll: Fix the return status of NtQueryValueKey for a too small buffer. 2010-02-16 14:28:41 +01:00
fiber.c kernel32: Fix return value of FlsFree. 2010-03-22 15:53:42 +01:00
file.c kernel32: Properly manage ctrl-Z (and ctrl-D) in ReadFile when dealing with a console handle. 2010-11-29 11:35:46 +01:00
format_msg.c kernel32: Reject a format string with insertions if no variadic arguments are passed to FormatMessageA/W. 2010-05-03 13:56:53 +02:00
heap.c kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too. 2010-10-06 20:46:49 +02:00
kernel32.spec kernel32: Add a stub implementation of GetThreadIOPendingFlag. 2011-01-10 10:42:23 +01:00
kernel_main.c kernel32: Remove unnecessary use of wownt32.h. 2010-11-01 16:44:24 +01:00
kernel_private.h kernel32: Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created. 2010-09-13 14:45:18 -05:00
lcformat.c kernel32/lcformat: Get rid of back jumps on errors. 2010-03-01 11:34:09 +01:00
locale.c kernel32: Added stubs for IDN functions. 2011-01-04 11:49:45 +01:00
locale_rc.rc
lzexpand.c
module.c kernel32: Don't mask when printing unsupported flags in load_library. 2011-01-24 12:35:02 +01:00
oldconfig.c kernel32: Abstract the key creation routine and move the key existence check to the top-level function. 2010-03-13 19:24:46 +01:00
path.c kernel32: Fix GetTempFileName with invalid path. 2010-10-22 17:19:12 +02:00
powermgnt.c kernel32: Remove dead code and old comment. 2010-11-04 11:47:16 +01:00
process.c kernel32: Fix some memory leaks in set_wow64_environment(). 2010-12-22 12:48:47 +01:00
profile.c kernel32: Check if buffer is NULL before derefencing it (Coverity). 2010-01-04 11:49:45 +01:00
resource.c kernel32: Support deleting resources in UpdateResource. 2010-12-23 17:07:40 +01:00
string.c kernel32: Move the k32 kernel32->user32 helpers to thunk.c. 2009-10-08 11:12:21 +02:00
sync.c kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set. 2010-09-23 12:00:20 +02:00
tape.c
term.c kernel32: Use binary search for key lookup in terminfo generated data. 2011-01-31 13:01:12 +01:00
thread.c kernel32: Add a stub implementation of GetThreadIOPendingFlag. 2011-01-10 10:42:23 +01:00
time.c
toolhelp.c
version.c kernel32: Implement GetProductInfo on top of ntdll stub. 2009-10-26 11:37:04 +01:00
version.rc
virtual.c ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated. 2010-03-03 20:05:40 +01:00
volume.c kernel32: Fix a trace to print the correct error code. 2010-11-04 16:43:21 +01:00
wer.c kernel32: Add stub for WerRegisterFile. 2010-08-30 15:38:30 +02:00
winerror.mc kernel32: Add proper English messages for all error codes. 2011-01-27 15:23:56 +01:00