wldp: Add WldpQueryWindowsLockdownMode stub.
Function is used in MS Edge Webview2 installer.
Merge request reports
Activity
- Resolved by Etaash Mathamsetty
you beat me to it
😓 edit: also add a newline at the end of the file
Edited by Etaash Mathamsetty- Resolved by Etaash Mathamsetty
added 1 commit
- 89eee04e - wldp: Add WldpQueryWindowsLockdownMode stub.
added 44 commits
-
89eee04e...ce40b4d8 - 43 commits from branch
wine:master
- e80354e2 - Merge branch wine:master into master
-
89eee04e...ce40b4d8 - 43 commits from branch
btw your pull request isn't squashed and then merged, you have to squash all the commits into one (since this is just a single stub).
To avoid merge commits use git rebase rather than git merge
Edited by Etaash Mathamsettyto squash (or do anything to a bunch of commits):
git rebase -i HEAD~#
(# can be any number of commits behind HEAD that aren't merge commits)rebase instead of merging:
git rebase <branch>
( is any branch, use it like git merge)in this case I would say the easiest way (that I know of) is to get a diff, reset and then commit the diff, and then force push.
Edited by Etaash Mathamsetty
added 50 commits
-
e80354e2...a6ff01f3 - 49 commits from branch
wine:master
- eb1a5713 - Merge branch wine:master into master
-
e80354e2...a6ff01f3 - 49 commits from branch
added 1 commit
- ff16e11d - wldp: Add WldpQueryWindowsLockdownMode stub.
added 123 commits
-
ff16e11d...87b1cd12 - 122 commits from branch
wine:master
- e089b02c - wldp: Add WldpQueryWindowsLockdownMode stub.
-
ff16e11d...87b1cd12 - 122 commits from branch
added 22 commits
-
e089b02c...6afe77a2 - 21 commits from branch
wine:master
- 93512a32 - wldp: Add WldpQueryWindowsLockdownMode stub.
-
e089b02c...6afe77a2 - 21 commits from branch
I don't think it's quite working yet? Installer stuck:
Both for wine and wine-staging (ArchLinux).
Any hints as always would be very appreciated. Perhaps some quick'n dirty fixes? Maybe I will just try to patch the binary tomorrow.
Edited by oucs919y -yeah the ms edge installer doesn't work yet, this is just a stub fixing it partially and letting it progress further.
Edited by Etaash MathamsettyThank you for confirming. Do you know any temporary workarounds by any chance? After 30 minutes the intaller eventually gave up with the error:
Installation Failed with error code Redist_MSWebView2_Standalone:-2147219196
. I don't think that the developers would agree to make it opt-in neither, it seems to be an integral part of their application now.