reactos/modules
Timo Kreuzer 5645f7cf8f [KERNEL32] Fix startup context of initial thread
When creating a new process the monster function CreateProcessInternalW calls BaseInitializeContext to set up the context for the initial thread. One of the parameters is the PEB pointer. Instead of passing the pointer to the newly created process' PEB, the function was passing it's own PEB address, leading to test failures. How this is not an issue otherwise is a mystery to be resolved by someone else.
Also remove ros_skip_flaky marks in kernel32_winetest:process (yes, flaky, because sometimes the PEB addresses actually match)
2023-08-16 22:03:05 +03:00
..
rosapps [REACTOS] Spelling fixes (#5534) 2023-08-09 11:48:07 +02:00
rostests [KERNEL32] Fix startup context of initial thread 2023-08-16 22:03:05 +03:00
wallpapers [WALLPAPERS] Optimize PNG images (#5506) 2023-08-04 01:36:43 +03:00
CMakeLists.txt [CMAKE] Turn ENABLE_ROSAPPS, ENABLE_ROSTESTS & ENABLE_WALLPAPERS into options 2021-07-05 15:24:46 +02:00