Hi Alexandre,
Just wanted to let you know that the latest Wine git causes a spec entry in sfc to turn into a stub when tools/make_specfiles is run:
$ ./tools/make_specfiles dlls/sfc/sfc.spec updated
$ git diff diff --git a/dlls/sfc/sfc.spec b/dlls/sfc/sfc.spec index 7509c98b666..25341091541 100644 --- a/dlls/sfc/sfc.spec +++ b/dlls/sfc/sfc.spec @@ -13,4 +13,4 @@ @ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile @ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected @ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected -@ stdcall SfpVerifyFile() sfc_os.SfpVerifyFile +@ stub SfpVerifyFile
-- Kind regards, Mohamad
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=109008
Your paranoid android.
=== debian11 (build log) ===
Task: The win32 Wine build failed
=== debian11 (build log) ===
Task: The wow64 Wine build failed
February 22, 2022 11:50 PM, "Mohamad Al-Jaf" mohamadaljaf@gmail.com wrote:
Hi Alexandre,
Just wanted to let you know that the latest Wine git causes a spec entry in sfc to turn into a stub when tools/make_specfiles is run:
It doesn't really matter. That function is a stub in dlls/sfc_os/sfc_os.spec anyway. This just avoids the extra indirection.
Chip