Sweden-Number/dlls/kernel32
Alexandre Julliard 84e51e73b4 kernel32: Link directly to the thunk functions instead of looking up their entry point. 2009-12-29 11:44:02 +01:00
..
nls kernel32/nls: Fix German translation. 2009-12-24 12:15:40 +01:00
tests kernel32/tests: Fix the SetThreadIdealProcessor for WoW64. 2009-12-23 14:27:31 +01:00
Makefile.in
actctx.c kernel32: Fix typo in a comment. 2009-12-18 13:14:02 +01:00
atom.c
atom16.c
change.c
comm.c
computername.c kernel32: Reduce registry access to KEY_READ wherever possible. 2009-11-30 16:33:54 +01:00
console.c
console_private.h
cpu.c
debugger.c
dosmem.c
editline.c
environ.c kernel32: Add a define for UNICODE_STRING_MAX_CHARS. 2009-12-14 16:14:37 +01:00
error16.c
except.c kernel32: Reduce registry access to KEY_READ wherever possible. 2009-11-30 16:33:54 +01:00
fiber.c
file.c kernel32: Fix a leak in ReplaceFileW. 2009-12-22 13:48:26 +01:00
file16.c kernel32: Null-terminate the buffer also on error in GetPrivateProfileString16. 2009-11-16 11:36:08 +01:00
format_msg.c kernel32: Fix write buffer overrun in format_insertW. 2009-12-02 13:06:07 +01:00
global16.c kernel32: Make GMEM_DDESHARE blocks owned by the calling module. 2009-12-28 12:27:17 +01:00
heap.c
instr.c
kernel16.c winevdm: Move the loading of the system drivers into their specific 16-bit module. 2009-12-28 23:50:40 +01:00
kernel16_private.h
kernel32.spec ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable. 2009-12-04 14:34:45 +01:00
kernel_main.c
kernel_private.h kernel32: Don't store the current codepage in the thread data. 2009-12-29 11:43:46 +01:00
krnl386.exe.spec
lcformat.c kernel32/lcformat: Add support for genitive month names in GetDateFormat(). 2009-12-04 14:34:57 +01:00
local16.c
locale.c kernel32: Don't store the current codepage in the thread data. 2009-12-29 11:43:46 +01:00
locale_rc.rc
lzexpand.c
module.c
ne_module.c kernel32: Handle the case where the 16-bit module is already loaded also for separated dlls. 2009-12-28 23:50:36 +01:00
ne_segment.c
oldconfig.c
path.c kernel32: Fix SearchPath parameter validation with tests. 2009-12-22 13:48:25 +01:00
powermgnt.c
process.c kernel32: Ignore empty environment values from registry. 2009-12-24 17:00:08 +01:00
profile.c kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProfileStringW returns 0. 2009-11-29 16:42:10 +01:00
registry16.c
relay16.c kernel32: Reduce registry access to KEY_READ wherever possible. 2009-11-30 16:33:54 +01:00
resource.c kernel32: Free the resource data if a matching resource exists and we choose not to overwrite the existing resource. 2009-12-17 12:53:39 +01:00
resource16.c kernel32: Load the DestroyIcon32 function from 16-bit user.exe. 2009-12-22 13:48:03 +01:00
selector.c
snoop16.c
string.c
sync.c kernel32: Added stub for CreateMemoryResourceNotification. 2009-11-16 12:42:19 +01:00
syslevel.c
tape.c
task.c kernel32: Use PeekMessageW instead of UserYield. 2009-11-12 23:09:21 +01:00
thread.c
thunk.c kernel32: Link directly to the thunk functions instead of looking up their entry point. 2009-12-29 11:44:02 +01:00
time.c
toolhelp.c
utthunk.c
version.c
version.rc
version16.rc
virtual.c
volume.c
vxd.c
wowthunk.c