Sweden-Number/dlls/kernel32
Anatoly Lyutin 8ffdf9b45a kernel32: Add comment for GetConsoleWindow. 2007-01-23 13:06:29 +01:00
..
nls kernel: Beginning of French translation of error messages. 2007-01-16 11:44:55 +01:00
tests kernel32/tests: GetVolumeNameForMountPoint not present before w2k. 2007-01-22 12:08:25 +01:00
Makefile.in kernel: Beginning of French translation of error messages. 2007-01-16 11:44:55 +01:00
actctx.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
atom.c
atom16.c
change.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
comm.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
comm.drv.spec
computername.c Avoid usage of sizeof in traces that causes warnings on MacOSX. 2006-10-20 12:16:45 +02:00
console.c kernel32: Add comment for GetConsoleWindow. 2007-01-23 13:06:29 +01:00
console_private.h
cpu.c janitorial: Remove stray '\' at end of lines. 2007-01-09 12:04:26 +01:00
debugger.c
dosmem.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
editline.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
environ.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
error16.c
except.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
fiber.c
file.c kernel32: Handle the SECURITY_* flags passed into CreateFileW by filling out the SECURITY_QUALITY_OF_SERVICE structure and passing it to NtCreateFile. 2007-01-22 12:02:04 +01:00
file16.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
format_msg.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
global16.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
heap.c kernel32: Protect global alloc functions against integer overflows on the size parameter. 2006-12-18 11:54:54 +01:00
instr.c Assorted spelling fixes. 2006-12-05 10:31:47 +01:00
kernel.rc kernel: Beginning of French translation of error messages. 2007-01-16 11:44:55 +01:00
kernel16.c
kernel16_private.h
kernel32.spec kernel32: Forward EncodePointer and DecodePointer to their ntdll counterparts. 2007-01-22 12:45:46 +01:00
kernel_main.c ntdll: Move the LDT section to ntdll and make it an uninterruptible section. 2007-01-18 15:01:45 +01:00
kernel_private.h
krnl386.exe.spec
lcformat.c Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
local16.c
locale.c kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte. 2007-01-15 13:00:53 +01:00
locale_rc.rc
lzexpand.c kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it. 2007-01-15 13:00:24 +01:00
module.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
ne_module.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
ne_segment.c kernel32: Cast-qual warnings fix. 2006-11-01 13:37:34 +01:00
oldconfig.c
path.c kernel32: Implement CopyFileWithProgress. 2007-01-02 12:08:53 +01:00
powermgnt.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
process.c Assorted spelling fixes. 2006-12-05 10:31:47 +01:00
profile.c kernel32: Suppress an unneeded warning. 2006-12-21 11:24:56 +01:00
pthread.c
registry16.c kernel32: Cast-qual warnings fix. 2006-09-20 12:22:55 +02:00
relay16.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
resource.c kernel32: Merge existing resources in EndUpdateResource. 2007-01-11 12:12:00 +01:00
resource16.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
selector.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
snoop16.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
stress.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
stress.spec
string.c
sync.c kernel32: Moved PeekNamedPipe implementation to ntdll. 2006-11-01 16:24:36 +01:00
syslevel.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
system.c
system.drv.spec
tape.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
task.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
thread.c ntdll: Abuse RtlCreateUserThread to call the thread function for CreateThread directly. 2007-01-18 15:02:11 +01:00
thunk.c Remove redundant semicolons for ANSI compatibility. 2007-01-17 11:58:15 +01:00
time.c kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used. 2006-11-16 22:11:58 +01:00
toolhelp.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
toolhelp.h
toolhelp.spec
toolhelp16.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
utthunk.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
version.c kernel32: Add SetTermsrvAppInstallMode stub. 2007-01-09 12:46:28 +01:00
version.rc
version16.rc
virtual.c
volume.c kernel32: Add a stub implementation for GetVolumeNameForVolumeMountPoint{A, W}. 2007-01-09 12:46:37 +01:00
vxd.c kernel32: Use NT instead of Unix calls to identify VxD pseudo-files. 2006-10-31 20:23:56 +01:00
win87em.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00
win87em.spec
windebug.c
windebug.spec
wowthunk.c kernel32: Win64 printf format warning fixes. 2006-10-13 12:08:25 +02:00