wine/dlls/kernelbase
Ake Rehnman 5a3fd972f4 ntdll: Fix RtlValidSecurityDescriptor() return value.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2023-05-03 16:48:44 +02:00
..
tests kernelbase: Implement and add tests for QueryProcessCycleTime. 2023-02-02 10:56:43 +01:00
console.c kernelbase: Implement GetConsoleOriginalTitleA(). 2023-04-03 16:52:01 +02:00
debug.c kernelbase: Re-implement EnumProcessModules on top of EnumProcessModulesEx. 2023-02-15 21:48:33 +01:00
file.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
kernelbase.h kernelbase: Allocate global memory handle table dynamically. 2022-04-20 17:51:04 +02:00
kernelbase.rc kernel32: Move the language group resources to kernelbase. 2022-03-31 10:57:07 +02:00
kernelbase.rgs kernelbase: Update timezone data to version 2022g. 2022-12-06 17:04:50 +01:00
kernelbase.spec kernelbase: Implement DiscardVirtualMemory(). 2023-03-08 17:49:00 +01:00
loader.c kernelbase: Report correct errors in GetModuleHandleExA(). 2023-02-02 19:09:23 +01:00
locale.c kernelbase: Fix pattern checking for genitive month names in get_date_format(). 2023-03-24 16:06:08 +01:00
main.c kernelbase: Allocate global memory handle table dynamically. 2022-04-20 17:51:04 +02:00
Makefile.in kernelbase: Move to a higher address on 64-bit. 2023-04-22 17:34:32 +02:00
memory.c kernelbase: Use RtlGetNativeSystemInformation() to implement GetNativeSystemInfo(). 2023-03-22 20:03:51 +01:00
path.c kernelbase: Do not parse the hostname of internet URLs if they are missing a double slash. 2022-03-23 18:42:13 +01:00
process.c kernelbase: Implement and add tests for QueryProcessCycleTime. 2023-02-02 10:56:43 +01:00
registry.c kernelbase: Remove special Wow64 handling for HKEY_CLASSES_ROOT. 2023-03-29 22:29:37 +02:00
security.c ntdll: Fix RtlValidSecurityDescriptor() return value. 2023-05-03 16:48:44 +02:00
string.c
sync.c kernelbase: Set ERROR_ALREADY_EXISTS for existing pipe in CreateNamedPipeW(). 2023-02-21 11:18:13 +01:00
thread.c kernelbase: Implement activation context switching for fibers. 2023-04-19 20:26:15 +02:00
version.c kernelbase: Fix error value for PE files without resource. 2022-08-30 18:30:13 +02:00
volume.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
winerror.mc kernel32: Move the error message table to kernelbase. 2022-03-31 10:57:07 +02:00