Esme Povirk (@madewokherd) commented about dlls/twain_32/dsm_ctrl.c:
/* Tell the source our entry points */ if (pIdentity->SupportedGroups & DF_DS2) { /* This makes sure that the DS knows the current address of our DSM_Entry
* function so there is no risc that it is using a stale copy.
* function so there is no risk that it is using a stale copy.
Can you move the comment fixes to the first commit, which added the comments, please?
The easiest way to do this is likely * Run `git rebase -i`, marking the first commit as edit * Use `git restore -SW --source=my-tain_unload_fix dlls/twain_32/dsm_ctrl.c` to stage the current version of this file. * `git commit --amend` to update the commit. * `git rebase --continue` to finish the rebase.