Sweden-Number/dlls/kernel32
Alexandre Julliard c7bed19c0b kernel32: Don't try to open builtin exe files during CreateProcess, only check the path syntax. 2010-03-18 13:46:22 +01:00
..
nls kernel32/nls: Fix German translation. 2009-12-24 12:15:40 +01:00
tests kernel32/tests: Run tests again on Win95. 2010-03-16 17:03:23 +01:00
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +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
comm.c kernel32: Use explicit prototypes for function pointers. 2009-09-09 13:12:28 +02:00
computername.c kernel32: Reduce registry access to KEY_READ wherever possible. 2009-11-30 16:33:54 +01:00
console.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
console_private.h
cpu.c kernel32: Add missing stdarg.h include. 2009-09-23 12:33:25 +02:00
debugger.c kernel32: Implement CheckRemoteDebuggerPresent(). 2010-03-15 15:56:56 +01:00
editline.c kernel32: Completely get rid of ENHANCED_KEY entry in the keymap. 2009-04-29 15:50:25 +02:00
environ.c kernel32: Add a define for UNICODE_STRING_MAX_CHARS. 2009-12-14 16:14:37 +01: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: Work around safety check on siglongjmp. 2010-01-29 14:59:03 +01:00
file.c kernel32: Make krnl386.exe into a stand-alone 16-bit module. 2009-12-30 17:36:14 +01:00
format_msg.c kernel32: Fix write buffer overrun in format_insertW. 2009-12-02 13:06:07 +01:00
heap.c kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx(). 2009-10-14 13:03:33 +02:00
kernel32.spec kernel32: Export InterlockedCompareExchange64. 2010-02-05 13:14:20 +01:00
kernel_main.c kernel32: Move shared heap creation to krnl386 and load it by default on Win9x versions. 2010-03-01 11:34:34 +01:00
kernel_private.h kernel32: Make krnl386.exe into a stand-alone 16-bit module. 2009-12-30 17:36:14 +01:00
lcformat.c kernel32/lcformat: Get rid of back jumps on errors. 2010-03-01 11:34:09 +01:00
locale.c kernel32: Create the Nls\CodePage key one element at a time. 2010-03-01 14:06:08 +01:00
locale_rc.rc
lzexpand.c kernel32: Sign-compare warnings fix. 2008-10-15 14:01:53 +02:00
module.c kernel32: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:33:52 +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 ntdll: Fix the return status of NtQueryValueKey for a too small buffer. 2010-02-16 14:28:41 +01:00
powermgnt.c kernel32: Improve the GetSystemPowerStatus stub. 2009-05-28 15:28:24 +02:00
process.c kernel32: Don't try to open builtin exe files during CreateProcess, only check the path syntax. 2010-03-18 13:46:22 +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: Use IS_INTRESOURCE instead of HIWORD to check a resource. 2010-01-26 12:13:48 +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: Use TEB-based buffer in CreateMutexExA. 2010-02-24 12:16:33 +01:00
tape.c
thread.c kernel32: Document SetThreadErrorMode and GetThreadErrorMode. 2010-02-05 10:07:40 +01:00
time.c kernel32: Set time between interrupts in GetSystemTimeAdjustment. 2009-10-01 11:33:27 +02:00
toolhelp.c kernel32: Remove superfluous pointer casts. 2009-03-11 13:03:31 +01:00
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: Add stub for GetVolumePathNamesForVolumeNameW. 2009-10-23 12:38:31 +02:00