Sweden-Number/dlls/kernel32
Ken Thomases 8c2b290d11 kernel32: Mac: If language is less specific variant of locale, keep locale.
For a Mac user in Australia, for example, the out-of-the-box configuration is
that the preferred language is generic English ("en").  Their formats locale
should be Australia ("en_AU").  Detect that case and don't override
LC_MESSAGES.
2010-02-22 11:41:38 +01:00
..
nls kernel32/nls: Fix German translation. 2009-12-24 12:15:40 +01:00
tests makefiles: Use the standard C_SRCS variable as the list of test files. 2010-02-22 10:47:11 +01:00
Makefile.in kernel32: Make krnl386.exe into a stand-alone 16-bit module. 2009-12-30 17:36:14 +01:00
actctx.c
atom.c kernel32: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:33:52 +01:00
change.c
comm.c
computername.c
console.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
console_private.h
cpu.c
debugger.c
editline.c
environ.c
except.c ntdll: Fix the return status of NtQueryValueKey for a too small buffer. 2010-02-16 14:28:41 +01:00
fiber.c kernel32: Work around safety check on siglongjmp. 2010-01-29 14:59:03 +01:00
file.c kernel32: Make krnl386.exe into a stand-alone 16-bit module. 2009-12-30 17:36:14 +01:00
format_msg.c
heap.c
kernel32.spec kernel32: Export InterlockedCompareExchange64. 2010-02-05 13:14:20 +01:00
kernel_main.c kernel32: Do not load 16-bit krnl386.exe by default. 2010-02-08 17:49:48 +01:00
kernel_private.h kernel32: Make krnl386.exe into a stand-alone 16-bit module. 2009-12-30 17:36:14 +01:00
lcformat.c
locale.c kernel32: Mac: If language is less specific variant of locale, keep locale. 2010-02-22 11:41:38 +01:00
locale_rc.rc
lzexpand.c
module.c kernel32: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:33:52 +01:00
oldconfig.c
path.c ntdll: Fix the return status of NtQueryValueKey for a too small buffer. 2010-02-16 14:28:41 +01:00
powermgnt.c
process.c kernel32: Append the user PATH value to the system one. 2010-01-28 14:53:24 +01:00
profile.c kernel32: Check if buffer is NULL before derefencing it (Coverity). 2010-01-04 11:49:45 +01:00
resource.c kernel32: Use IS_INTRESOURCE instead of HIWORD to check a resource. 2010-01-26 12:13:48 +01:00
string.c
sync.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
tape.c
thread.c kernel32: Document SetThreadErrorMode and GetThreadErrorMode. 2010-02-05 10:07:40 +01:00
time.c
toolhelp.c
version.c
version.rc
virtual.c
volume.c