Sweden-Number/dlls/kernel32
Alexandre Julliard a3e80956d1 kernel32: Handle the case where the 16-bit module is already loaded also for separated dlls. 2009-12-28 23:50:36 +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 kernel32: Make toolhelp.dll into a stand-alone 16-bit module. 2009-09-28 20:00:15 +02:00
actctx.c kernel32: Fix typo in a comment. 2009-12-18 13:14:02 +01:00
atom.c
atom16.c
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 kernel32: Handle the case where wineconsole isn't properly started. 2009-08-29 17:11:39 +02:00
console_private.h
cpu.c kernel32: Add missing stdarg.h include. 2009-09-23 12:33:25 +02:00
debugger.c kernel32: Move the 16-bit debugger functions to kernel16.c. 2009-10-08 11:11:12 +02:00
dosmem.c kernel32: Moved private function prototypes out of toolhelp.h. 2009-09-28 19:59:09 +02: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
error16.c kernel32: Move the 16-bit error functions to error16.c. 2009-10-08 11:10:08 +02:00
except.c kernel32: Reduce registry access to KEY_READ wherever possible. 2009-11-30 16:33:54 +01:00
fiber.c kernel32: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
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 kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx(). 2009-10-14 13:03:33 +02:00
instr.c winedos: Always run the BIOS tick timer. 2009-09-28 19:55:39 +02:00
kernel16.c kernel32: Move Get/SetProcessDword to kernel16.c. 2009-10-08 11:12:21 +02:00
kernel16_private.h kernel32: Move some 16-bit definitions to kernel16_private.h. 2009-10-08 20:29:57 +02:00
kernel32.spec ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteFunctionTable. 2009-12-04 14:34:45 +01:00
kernel_main.c kernel32: Reimplement GetPrivateProfileString16 on top of 32-bit functions and move it to file16.c. 2009-10-08 19:12:37 +02:00
kernel_private.h kernel32: Add a structure to store all the information about an executable. 2009-10-28 11:03:04 +01:00
krnl386.exe.spec kernel32: Move Get/SetProcessDword to kernel16.c. 2009-10-08 11:12:21 +02:00
lcformat.c kernel32/lcformat: Add support for genitive month names in GetDateFormat(). 2009-12-04 14:34:57 +01:00
local16.c kernel32: Make toolhelp.dll into a stand-alone 16-bit module. 2009-09-28 20:00:15 +02:00
locale.c kernel32: Consolidate some related code closer together. 2009-12-10 12:21:42 +01:00
locale_rc.rc
lzexpand.c kernel32: Sign-compare warnings fix. 2008-10-15 14:01:53 +02:00
module.c kernel32: Add a structure to store all the information about an executable. 2009-10-28 11:03:04 +01:00
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 kernel32: Moved private function prototypes out of toolhelp.h. 2009-09-28 19:59:09 +02:00
oldconfig.c kernel32: Remove superfluous pointer casts. 2009-03-11 13:03:31 +01:00
path.c kernel32: Fix SearchPath parameter validation with tests. 2009-12-22 13:48:25 +01:00
powermgnt.c kernel32: Improve the GetSystemPowerStatus stub. 2009-05-28 15:28:24 +02:00
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 kernel32: Move some 16-bit definitions to kernel16_private.h. 2009-10-08 20:29:57 +02:00
snoop16.c kernel32: Moved private function prototypes out of toolhelp.h. 2009-09-28 19:59:09 +02:00
string.c kernel32: Move the k32 kernel32->user32 helpers to thunk.c. 2009-10-08 11:12:21 +02:00
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 kernel32: Move the 16-bit thread and process functions to kernel16.c. 2009-10-08 11:11:45 +02:00
thunk.c kernel32: Move the k32 kernel32->user32 helpers to thunk.c. 2009-10-08 11:12:21 +02: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
utthunk.c kernel32: #ifdef out some code that is not needed on non-i386. 2009-01-07 11:10:16 +01:00
version.c kernel32: Implement GetProductInfo on top of ntdll stub. 2009-10-26 11:37:04 +01:00
version.rc
version16.rc
virtual.c ntdll: Tweak the file mapping permission checks some more, with tests. 2009-05-19 21:36:05 +02:00
volume.c kernel32: Add stub for GetVolumePathNamesForVolumeNameW. 2009-10-23 12:38:31 +02:00
vxd.c kernel32: Moved the DeviceIoControl function to file.c. 2009-10-08 20:30:16 +02:00
wowthunk.c kernel32: Fix empty function prototypes. 2009-10-06 16:12:39 +02:00