Aug. 22, 2026
3:54 a.m.
Hi @BigBlueGnu I locally switched to this PR to see if I could try and move this PR along (Hopefully the instructions below are not too verbose...) To fix the current MR, you need to do the following: 1. `git rebase -i upstream/master` 2. change `pick` to `drop` for all commits except with `Update 2 files` 3. `git reset "HEAD^"` 4. `git add programs/winevdm/winevdm.c` 5. `git commit` Put this: ``` winevdm.c: Fix how Wine handles DOS-era PIF files. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=3638 ``` 6. `git restore dlls/winex11.drv/keyboard.c` 7. `git rebase --continue` Then you can just force push and it should be cleared up. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11315#note_149588