[PATCH v4 0/20] MR10221: kernelbase/loader.c: Include rudimentary support for multilanguage resource inclusion.
For programs that rely on language specific data for resources such as menus and text, attempt to search for and associated "mui" file. For example, if program "myapp.exe" is executed and resources are not found, and the user's language ID is "ENU", search for file "myapp.ENU", and if found, utilize that file for the source of resource data. -- v4: Edit loader.c - revise comments and narrative This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/10221
Hi. Pls squash all 22 commits into 1 and force push it on to your branch. That way there will only be 1 commit. https://gitlab.winehq.org/wine/wine/-/wikis/Submitting-Patches#:\~:text=git%20push%20%2D%2Dforce%20origin%20master%3Amy%2Dawesome%2Dfix This link should help. Also if possible remove linespace changes from the commit so it will be easy to review. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10221#note_131294
On Wed Mar 4 17:39:14 2026 +0000, Vishnunithyasoundhar S wrote:
Hi. Pls squash all 22 commits into 1 and force push it on to your branch. That way there will only be 1 commit. https://gitlab.winehq.org/wine/wine/-/wikis/Submitting-Patches#:\~:text=git%20push%20%2D%2Dforce%20origin%20master%3Amy%2Dawesome%2Dfix This link should help. Also if possible remove linespace changes from the commit so it will be easy to review. All,
Okay. I ran the following git command to interactively edit the list of commits: git rebase -i HEAD~22 I manually changed the value in front of each commit from "pick" to "squash". I selected Ctrl-O to write that information out to the "to-do" file. I then ran the following command back to the site: git push --force origin master:wine-mui-no-dakker Let me know what else, if any commands I need to run. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10221#note_131303
participants (2)
-
Craig Schulstad (@NoDakker) -
Vishnunithyasoundhar S (@svishnunithyasoundhar)