31 Mar
2023
31 Mar
'23
1:09 p.m.
-- v2: kernelbase: Implement activation context switching for fibers. ntdll: Implement RtlFreeActivationContextStack(). ntdll: Use ActivationContextStackPointer instead of referencing ActivationContextStack directly. ntdll: Store current activation context stack pointer into a local variable. ntdll: Factor out reading current activation context into a helper function. kernel32/tests: Test for activation context switching between fibers. https://gitlab.winehq.org/wine/wine/-/merge_requests/2435