Sweden-Number/dlls/kernel32
Alexandre Julliard 598e6f09c8 kernel32/tests: Stop testing integer atoms if the first one doesn't work. 2009-03-05 12:47:18 +01:00
..
nls kernel32/nls: Use a codepage 950 encoding that round trips correctly for Unicode char 0x5341. 2009-01-20 16:43:08 +01:00
tests kernel32/tests: Stop testing integer atoms if the first one doesn't work. 2009-03-05 12:47:18 +01:00
Makefile.in kernel32: Make windebug.dll into a stand-alone 16-bit module. 2009-03-04 14:24:30 +01:00
actctx.c
atom.c
atom16.c
change.c kernel32: Pass completion value to ntdll layer. 2007-09-28 13:20:36 +02:00
comm.c kernel32: DeviceIoControl: lpBytesReturned must not be NULL if lpOverlapped is NULL. 2009-02-06 13:03:06 +01:00
computername.c kernel32: gethostname returns string in CP_UNIXCP encoding. 2008-12-01 14:01:10 +01:00
console.c kernel32: Ensure that WriteConsoleW succeeds with an empty input buffer. 2009-01-19 13:36:25 +01:00
console_private.h
cpu.c kernel32: Fix some bad left-over uses of value in the CPU detection code. 2009-01-20 12:33:44 +01:00
debugger.c kernel32: Moved _DebugOutput to kernel16.c. 2009-01-06 20:27:51 +01:00
dosmem.c kernel32: Fix the base DOS memory address when the low 64K are not accessible. 2008-11-24 14:18:41 +01:00
editline.c kernel32: Don't ignore extended keys. 2008-10-28 12:13:46 +01:00
environ.c kernel32: Assign to structs instead of using memcpy. 2008-03-04 11:54:20 +01:00
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 kernel32: Remove unused Wine debug channel. 2008-12-19 17:36:35 +01:00
file.c kernel32: Make GetOverlappedResult crash on NULL args as native does. 2009-01-22 15:28:24 +01:00
file16.c kernel32: Implement GetShortPathName16. 2009-02-23 12:19:29 +01:00
format_msg.c kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64. 2008-12-31 20:59:51 +01:00
global16.c kernel32: Allocate global arenas on the Win32 heap. 2008-10-31 13:01:31 +01:00
heap.c kernel32: Add heap support for OpenBSD. 2009-01-03 14:55:31 +01:00
instr.c kernel32: #ifdef out some code that is not needed on non-i386. 2009-01-07 11:10:16 +01:00
kernel.rc kernel32/winerr: Add Norwegian Bokmål translation. 2008-08-21 12:51:56 +02:00
kernel16.c kernel32: Make winhelp.exe into a stand-alone 16-bit executable. 2009-02-26 13:25:45 +01:00
kernel16_private.h
kernel32.spec winecrt0: Add entry point code for stand-alone 16-bit executables. 2009-02-26 13:23:00 +01:00
kernel_main.c ntdll: Make all exported wine functions CDECL. 2008-12-17 15:02:25 +01:00
kernel_private.h winebuild: Improve the calling sequence for register functions. 2009-01-06 12:51:18 +01:00
krnl386.exe.spec kernel32: Implement GetShortPathName16. 2009-02-23 12:19:29 +01:00
lcformat.c kernel32: Convert source files to utf-8. 2008-10-18 19:20:02 +02:00
local16.c kernel32: Fix a comment in LocalInit16(). 2008-12-29 11:35:36 +01:00
locale.c kernel32: LCMapString should include the terminating NULL also for LCMAP_SORTKEY. 2009-01-19 13:46:30 +01:00
locale_rc.rc kernel32: Add the NLS file for Romansh (Switzerland). 2008-03-28 09:51:52 +01:00
lzexpand.c kernel32: Sign-compare warnings fix. 2008-10-15 14:01:53 +02:00
module.c kernel32: Fix two tests that fail in win2k3 and modify LoadLibraryEx to match this behavior. 2008-09-03 13:14:50 +02:00
ne_module.c kernel32: Add support for loading stand-alone 16-bit modules. 2009-02-26 13:23:00 +01:00
ne_segment.c kernel32: Remove some superfluous casts of void pointers. 2008-12-01 12:45:51 +01:00
oldconfig.c kernel32: Fix create_scsi_entry() so it puts properly '\0'-terminated strings in the registry. 2008-11-19 12:08:19 +01:00
path.c Fix position of CDECL qualifier for functions that return pointers. 2009-02-06 14:54:01 +01:00
powermgnt.c
process.c kernel32: Make sure the process has an entry point before starting it. 2009-02-26 13:25:40 +01:00
profile.c kernel32: Free profile before reloading. 2009-02-18 14:58:27 +01:00
registry16.c kernel32: Spelling fixes. 2008-03-18 11:44:09 +01:00
relay16.c kernel32: #ifdef out some code that is not needed on non-i386. 2009-01-07 11:10:16 +01:00
resource.c kernel32: Fix use of uninitialised nameW and typeW in find_resourceA. 2008-02-29 12:36:55 +01:00
resource16.c kernel32: Remove some superfluous casts of void pointers. 2008-12-01 12:45:51 +01:00
selector.c
snoop16.c kernel32: Make some functions static. 2008-12-15 12:25:39 +01:00
string.c user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64. 2008-12-31 20:59:33 +01:00
sync.c kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus. 2009-03-03 11:59:48 +01:00
syslevel.c
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 kernel32: Remove some superfluous casts of void pointers. 2008-12-01 12:45:51 +01:00
thread.c include: Fix the 64-bit value of magic handle constants. 2008-12-08 15:51:22 +01:00
thunk.c kernel32: #ifdef out some code that is not needed on non-i386. 2009-01-07 11:10:16 +01:00
time.c kernel32: GetCalendarInfo shouldn't return HRESULT codes. Change a MESSAGE to a FIXME. 2008-08-18 13:37:31 +02:00
toolhelp.c ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit. 2009-01-03 14:55:32 +01:00
toolhelp.h
toolhelp.spec
toolhelp16.c
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: 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 kernel32: Added GetWriteWatch and ResetWriteWatch. 2008-11-14 11:02:15 +01:00
volume.c kernel32: Get the drive type from the mount manager instead of the registry. 2008-11-10 16:28:37 +01:00
vxd.c kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size. 2009-01-06 12:49:38 +01:00
wowthunk.c kernel32: Moved the 16-bit WOW thunk routines to thunk.c. 2009-01-06 20:28:08 +01:00