1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/kernelbase
2023-09-04 20:41:54 +02:00
..
tests kernelbase: Add stub for QueryIoRingCapabilities(). 2023-07-11 20:23:08 +02:00
console.c kernelbase: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-06-06 21:09:32 +02:00
debug.c kernelbase: Emit DBG_PRINTEXCEPTION_WIDE_C from OutputDebugStringW. 2023-08-22 10:37:10 +02:00
file.c kernelbase: Support masks suggesting no extension in FindNextFile(). 2023-09-04 20:41:54 +02:00
kernelbase.h kernelbase: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
kernelbase.rc
kernelbase.rgs kernelbase: Update timezone data to version 2023c. 2023-06-04 18:25:55 +02:00
kernelbase.spec kernelbase: Add GetPackagePathByFullName stub. 2023-08-23 18:56:29 +02:00
loader.c kernelbase: Use nameless unions/structs for loader data. 2023-06-06 21:09:32 +02:00
locale.c kernelbase: Check if locale is NULL before using it in Internal_EnumDateFormats(). 2023-06-30 20:24:42 +02:00
main.c
Makefile.in kernelbase: Move to a higher address on 64-bit. 2023-04-22 17:34:32 +02:00
memory.c kernelbase: Use nameless unions/structs for CPU-related data. 2023-06-06 21:09:32 +02:00
path.c kernelbase: Implement URL_UNESCAPE_AS_UTF8 for UrlUnescapeW(). 2023-08-14 18:01:40 +02:00
process.c kernelbase: Correctly handle new process group flag in CreateProcess. 2023-08-23 17:38:51 +02:00
registry.c kernelbase: Remove special Wow64 handling for HKEY_CLASSES_ROOT. 2023-03-29 22:29:37 +02:00
security.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
string.c
sync.c kernelbase: Implement WaitForDebugEventEx(). 2023-08-22 10:39:18 +02:00
thread.c kernelbase: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
version.c kernelbase: Add GetPackagePathByFullName stub. 2023-08-23 18:56:29 +02:00
volume.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
winerror.mc