wine/dlls/kernelbase
Tim Clem 32ab237df5 kernelbase: Zero the RTL_USER_PROCESS_PARAMETERS in CreateProcessInternalW.
If we end up creating a Unix process, not all of the values in this
structure will (/can) be populated, and thus may be garbage.
2025-08-26 21:28:30 +02:00
..
tests kernelbase/tests: Fix test failing with old Windows 10. 2025-08-26 16:31:51 +02:00
console.c
debug.c kernelbase: Preserve last error in OutputDebugStringA(). 2025-08-22 10:06:56 +02:00
file.c kernel32: Handle paths in GetFinalPathNameByHandleW exceeding MAX_PATH. 2025-08-19 23:02:43 +02:00
kernelbase.h
kernelbase.rc
kernelbase.rgs
kernelbase.spec kernelbase: Implement QueueUserAPC2(). 2025-08-19 22:55:49 +02:00
loader.c kernelbase: Fix array underflow when checking for trailing spaces. 2025-06-26 22:36:01 +02:00
locale.c
main.c kernelbase: Silence a noisy FIXME in AppPolicyGetWindowingModel(). 2025-06-05 23:06:23 +02:00
Makefile.in
memory.c kernelbase: Implement VirtualProtectFromApp. 2025-08-14 14:47:51 +02:00
path.c kernelbase: Handle short urls in UrlIsA. 2025-06-16 23:02:50 +02:00
process.c kernelbase: Zero the RTL_USER_PROCESS_PARAMETERS in CreateProcessInternalW. 2025-08-26 21:28:30 +02:00
registry.c
security.c
string.c
sync.c
thread.c kernelbase: Implement QueueUserAPC2(). 2025-08-19 22:55:49 +02:00
version.c
volume.c
winerror.mc