.. |
tests
|
kernelbase: Use wide-char string literals.
|
2020-11-26 12:36:53 +01:00 |
Makefile.in
|
include: Use proper dllimports for kernel32 functions.
|
2020-11-24 18:41:13 +01:00 |
collation.c
|
…
|
|
console.c
|
kernelbase: Do not forcefully reset console_flags to 0.
|
2021-03-12 17:28:26 +01:00 |
debug.c
|
kernelbase: Fix process access rights in DebugActiveProcess().
|
2021-05-21 18:10:13 +02:00 |
digitmap.c
|
…
|
|
file.c
|
kernelbase: Convert DOS to NT path for FileRenameInfo in SetFileInformationByHandle.
|
2021-03-23 20:58:25 +01:00 |
kernelbase.h
|
kernelbase: Remove no longer needed console handle mapping.
|
2020-12-01 19:50:30 +01:00 |
kernelbase.rc
|
…
|
|
kernelbase.rgs
|
make_unicode: Use codepage 949 to add default mappings to codepage 20949.
|
2021-03-11 13:13:35 +01:00 |
kernelbase.spec
|
kernel32: Add stub for SetThreadSelectedCpuSets().
|
2021-04-28 21:28:47 +02:00 |
loader.c
|
kernelbase: Make sure that last error is set on LOAD_LIBRARY_AS_DATAFILE failure.
|
2021-03-31 22:16:25 +02:00 |
locale.c
|
kernelbase: Accept LINGUISTIC_IGNOREDIACRITIC & SORT_DIGITSASNUMBERS in CompareStringEx().
|
2021-03-22 18:52:57 +01:00 |
main.c
|
kernelbase: Copy MulDiv() implementation instead of forwarding.
|
2020-11-13 13:18:53 +01:00 |
memory.c
|
include: Remove context definitions for obsolete platforms.
|
2021-05-11 20:33:51 +02:00 |
path.c
|
kernelbase: Don't strip leading dots in relative paths.
|
2021-05-24 11:42:37 +02:00 |
process.c
|
kernelbase: Pass PROC_THREAD_ATTRIBUTE_JOB_LIST to NtCreateUserProcess().
|
2021-05-20 21:48:57 +02:00 |
registry.c
|
ntdll: ObjectName should also be used in NtUnloadKey.
|
2021-02-17 22:21:13 +01:00 |
security.c
|
kernelbase: Implement CreateRestrictedToken().
|
2020-09-23 15:58:45 +02:00 |
string.c
|
…
|
|
sync.c
|
kernelbase: Don't use wine/server.h.
|
2021-02-16 23:01:37 +01:00 |
thread.c
|
ntdll: RtlCreateUserThread() also takes a zero_bits parameter.
|
2021-05-07 22:22:49 +02:00 |
version.c
|
kernelbase: Fix alignment of compatibility context elements.
|
2021-04-30 23:13:22 +02:00 |
volume.c
|
kernelbase: Fix buffer size passed to read_nt_symlink().
|
2021-04-21 21:00:33 +02:00 |