[PATCH v3 3/8] advapi32: Move RPC interfaces from advapi32 into sechost

Micah N Gorrell mgorrell at codeweavers.com
Thu Sep 12 15:11:31 CDT 2019


I am very confused. The testbot failed to apply the patch, and after some
experimentation I was able to reproduce the failure but I don't understand why
git is behaving like it is.

I normally test a patch with:
    git apply 0001*.patch
    git apply 0002*.patch
    git apply 0003*.patch
    ...

That worked properly with this patchset, and I thought that would be the same as
running it all at once like:
    git apply *.patch

It appears that I was wrong though. Lesson learned. I will run the latter
command from now on.

That being said, I have a tweak to the patch that does appear to make it apply
cleanly for me, but I don't want to spam the list.

- Micah




More information about the wine-devel mailing list