Always copying client class name to temporary buffer, to which version string also points to, in order to convert integral class names to string and unify the logic for versioning later on.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8358
For React Native.
--
v5: kernel32/tests: Add tests for RtlActivateActivationContextUnsafe() and RtlDeactivateActivationContextUnsafeFast().
ntdll: Implement RtlDeactivateActivationContextUnsafeFast().
ntdll: Implement RtlActivateActivationContextUnsafeFast().
ntdll: Set and check 0x8 flag for activation context stack frames.
kernel32/tests: Add tests for normal activation context stack frame flags.
ntdll: Use explicit ACTIVATION_CONTEXT type instead of HANDLE.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8326
--
v2: comctl32/listview: Properly handle item state value for LVS_OWNERDATA controls.
comctl32/tests: Add item state value tests for LVS_OWNERDATA controls.
comctl32/listview: Don't touch iImage value for subitems if LVS_EX_SUBITEMIMAGES is not set.
comctl32/tests: Add tests for iImage value for listview subitems.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8330