Sweden-Number/dlls/kernel
Francois Gouget d705b7c019 '"' is an illegal character on Win9x so we cannot test it.
GetShortPathNameA behaves differently on Win9x and NT: on NT it
succeeds even if not all path components exist, as long as they are
already in the 8.3 format.
Wine apparently implements the NT behavior thus many todo_wine went
away.
Fixed some error code checks to take into account all possible return
values.
GetTempFileNameA appears to only use the lower 16bits of the id on
Win95 (and never returns more than 16 bits on other platforms).
GetLongPathNameA is missing on some Windows versions.
Modified the GetTempPath tests to make sure they return the expected
value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
no need to test both).
The 'len_with_null - 1' case is not testable as the Windows behavior
varies too much between versions.
We cannot check whether Windows touches the buffer either as this
heavily depends on the Windows version and specific circumstances of
the call.
Finally NT4 sometimes exaggerates the required buffer size.
2002-12-11 00:16:31 +00:00
..
messages Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
nls Some fixes to Belarusian locale. 2002-11-30 19:05:59 +00:00
tests '"' is an illegal character on Win9x so we cannot test it. 2002-12-11 00:16:31 +00:00
.cvsignore Create at most one glue file for a single dll. 2002-08-01 18:36:58 +00:00
Makefile.in Removed support for 'rsrc' spec file statement. 2002-11-18 23:16:09 +00:00
comm.c Compile the kernel dll with -DSTRICT. 2002-10-25 21:02:30 +00:00
comm.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
computername.c Provide stubs for DnsHostnameToComputerNameA/W. 2002-11-27 21:38:06 +00:00
console.c Handle the COORD <-> DWORD conversion the canonical way. 2002-11-21 23:45:31 +00:00
console_private.h Now passing some console parameters at wineconsole creation instead of 2002-09-04 18:41:03 +00:00
debugger.c Compile the kernel dll with -DSTRICT. 2002-10-25 21:02:30 +00:00
editline.c Now passing some console parameters at wineconsole creation instead of 2002-09-04 18:41:03 +00:00
flatthunk.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
format_msg.c Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both 2002-11-04 23:49:53 +00:00
kernel.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
kernel32.spec Move int08 stub and LOL to upper memory. 2002-12-07 23:46:41 +00:00
kernel_main.c - Allow setting NetBIOS ComputerName through registry. 2002-11-15 01:01:47 +00:00
krnl386.exe.spec Remove some Win32s specific code. 2002-11-20 19:40:12 +00:00
locale.c Removed remaining references to advapi32 registry functions from 2002-09-13 18:52:01 +00:00
locale_rc.rc Updated all locale tables to match exactly what Windows returns. 2002-08-15 22:00:19 +00:00
registry16.c Removed LPxxx handle types that don't exist under Windows. 2002-10-03 19:46:27 +00:00
stress.c Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
stress.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
string.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
sync.c Compile the kernel dll with -DSTRICT. 2002-10-25 21:02:30 +00:00
system.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
thunk.c Compile the kernel dll with -DSTRICT. 2002-10-25 21:02:30 +00:00
time.c - Move SetSystemTime, GetTimeZoneInformation and 2002-11-25 01:12:39 +00:00
toolhelp.c Added process_id_t and thread_it_t types to the server interface 2002-10-03 19:54:57 +00:00
toolhelp.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
utthunk.c Moved all the content of the DDK files ntdef.h and ntddk.h to 2002-09-12 22:07:02 +00:00
version.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
version16.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
win87em.c Moved internal context macros out of winnt.h. 2002-08-31 18:47:00 +00:00
win87em.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
windebug.c Moved internal context macros out of winnt.h. 2002-08-31 18:47:00 +00:00
windebug.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
wowthunk.c Silence unneeded ERR while converting tasks. 2002-10-29 21:26:23 +00:00
wprocs.spec Removed last users of msdos/interrupts.c. 2002-11-21 00:02:09 +00:00