wine/dlls/kernelbase
2023-03-22 20:03:52 +01:00
..
tests
console.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01: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.rc
kernelbase.rgs
kernelbase.spec kernelbase: Implement DiscardVirtualMemory(). 2023-03-08 17:49:00 +01:00
loader.c
locale.c kernelbase: Reuse the previous iteration's pos and sortkey state if possible in find_substring. 2023-02-23 21:43:59 +01:00
main.c
Makefile.in
memory.c kernelbase: Use RtlGetNativeSystemInformation() to implement GetNativeSystemInfo(). 2023-03-22 20:03:51 +01:00
path.c
process.c
registry.c kernelbase: Use open_key() to obtain any existing Wow6432node in create_key(). 2023-03-22 20:03:52 +01:00
security.c
string.c
sync.c kernelbase: Set ERROR_ALREADY_EXISTS for existing pipe in CreateNamedPipeW(). 2023-02-21 11:18:13 +01:00
thread.c
version.c
volume.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
winerror.mc