wine/dlls/kernelbase
Hans Leidekker fd00d8e4cc ntdll: Bump current build number to 19043 (Win10 2009).
Based on Proton commit 0fa76dd66a8.
2023-10-31 17:04:57 +01: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: Only support Wow64 system directories for 32-bit platforms. 2023-10-31 14:07:16 +01: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: Export the extended context functions on all platforms. 2023-10-19 18:19:30 +02:00
loader.c include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +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 makefiles: Always use the global SOURCES variable for .mc files. 2023-10-12 10:50:42 +02:00
memory.c kernelbase: Trace global memory counters in decimal. 2023-10-25 07:50:04 -05: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 include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +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 ntdll: Bump current build number to 19043 (Win10 2009). 2023-10-31 17:04:57 +01:00
volume.c kernelbase: Avoid calling RtlInitUnicodeString on a static constant. 2023-02-15 19:55:12 +01:00
winerror.mc