31 Jan
2023
31 Jan
'23
4:40 p.m.
Jinoh Kang (@iamahuman) commented about dlls/comdlg32/itemdlg.c:
break; }
+ if (This->user_actctx != INVALID_HANDLE_VALUE) + DeactivateActCtx(0, ctx_cookie);
You should only deactivate if `ActivateActCtx` succeeded. I suggest writing activation/deactivation helpers. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2068#note_22481