wine-wine/dlls/kernel32
Michael Stefaniuc 8c6fdf19a9 kernel32: Do not reuse the name of a function argument for a local variable. 2007-12-14 12:26:07 +01:00
..
nls
tests kernel32/tests: Get the test to run on Windows 95. 2007-12-10 12:06:01 +01:00
Makefile.in Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific variable for every possible parameter. 2007-12-11 14:59:54 +01:00
actctx.c kernel32: Fix a compiler warning. 2007-08-30 11:49:02 +02:00
atom.c
atom16.c
change.c kernel32: Pass completion value to ntdll layer. 2007-09-28 13:20:36 +02:00
comm.c kernel32: Fix description for SetDefaultCommConfig. 2007-10-29 12:02:44 +01:00
comm.drv.spec
computername.c
console.c kernel32: GetConsoleInputExeNameW returns TRUE even when it fails. 2007-12-10 12:27:04 +01:00
console_private.h
cpu.c kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo(). 2007-10-02 11:44:31 +02:00
debugger.c
dosmem.c
editline.c
environ.c
error16.c
except.c kernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore. 2007-12-05 12:35:47 +01:00
fiber.c
file.c kernel32: Set last error to ERROR_ALREADY_EXISTS if CreateFile succeeds and file existed before for CREATE_ALWAYS and OPEN_ALWAYS. 2007-11-16 12:33:18 +01:00
file16.c
format_msg.c kernel32: Remove unneeded casts. 2007-12-14 12:25:06 +01:00
global16.c kernel32: Remove unneeded casts. 2007-12-14 12:25:06 +01:00
heap.c kernel32: Remove unneeded casts. 2007-12-14 12:25:06 +01:00
instr.c ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers. 2007-05-18 16:37:23 +02:00
kernel.rc
kernel16.c
kernel16_private.h kernel32: Fix some compilation warnings in 64-bit mode. 2007-05-30 13:24:21 +02:00
kernel32.spec kernel32: Added stub for FindVolumeClose. 2007-11-30 12:43:59 +01:00
kernel_main.c kernel32: Remove duplicate includes. 2007-11-19 13:54:14 +01:00
kernel_private.h ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers. 2007-05-18 16:37:23 +02:00
krnl386.exe.spec
lcformat.c
local16.c kernel32: Handle default case in Local32_FromHandle(). 2007-11-29 15:33:15 +01:00
locale.c kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small. 2007-10-26 14:03:46 +02:00
locale_rc.rc
lzexpand.c kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call. 2007-12-06 12:07:17 +01:00
module.c
ne_module.c
ne_segment.c kernel32: Use FIELD_OFFSET instead of pointer cast. 2007-10-10 12:38:58 +02:00
oldconfig.c
path.c kernel32: GetTempPath should try the USERPROFILE and the Windows directory too. 2007-09-12 16:52:59 +02:00
powermgnt.c
process.c kernel32: Implement GetProcessHandleCount. 2007-11-01 12:41:48 +01:00
profile.c kernel32: Fix a memory leak. 2007-09-27 19:25:06 +02:00
pthread.c kernel32: Fix compilation warnings in 64-bit mode. 2007-05-23 13:13:54 +02:00
registry16.c
relay16.c Assorted non-ANSI function declaration fixes (missing void). 2007-08-30 11:57:18 +02:00
resource.c kernel32: Fix a memory leak. Found by cross referencing Andrew Talbot's list of potential memory leaks with Smatch's view of the same problem. 2007-09-21 12:05:35 +02:00
resource16.c
selector.c kernel32: Fix some compilation warnings in 64-bit mode. 2007-05-30 13:24:21 +02:00
snoop16.c
stress.c
stress.spec
string.c
sync.c kernel32: Pass completion value to ntdll layer. 2007-09-28 13:20:36 +02:00
syslevel.c kernel32: Fix compilation warnings in 64-bit mode. 2007-05-23 13:13:54 +02:00
system.c kernel32: Use FIELD_OFFSET instead of pointer cast. 2007-10-15 17:50:07 +02:00
system.drv.spec
tape.c
task.c
thread.c Assorted spelling fixes. 2007-12-07 16:35:32 +01:00
thunk.c kernel32: Use FIELD_OFFSET instead of pointer cast. 2007-10-15 17:50:07 +02:00
time.c kernel32: Use sysconf instead of the obsolete CLK_TCK. 2007-09-11 11:49:14 +02:00
toolhelp.c
toolhelp.h kernel32: Store global arena base as a pointer. 2007-05-30 13:23:30 +02:00
toolhelp.spec
toolhelp16.c
utthunk.c kernel32: Do not reuse the name of a function argument for a local variable. 2007-12-14 12:26:07 +01:00
version.c kernel32: Add some simple tests for GetVersionExA. 2007-12-03 11:52:01 +01:00
version.rc
version16.rc kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe. 2007-10-01 14:17:41 +02:00
virtual.c
volume.c kernel32: Read label and serial from the filesystem when the device is accessible but unknown. 2007-12-08 19:53:24 +01:00
vxd.c kernel32: Pass completion value to ntdll layer. 2007-09-28 13:20:36 +02:00
win87em.c
win87em.spec
windebug.c
windebug.spec
wowthunk.c kernel32: Return error code if WOWCallback16Ex of a real-mode function failed. 2007-08-15 11:10:54 +02:00