[Issue] make_specfiles deletes a spec entry from ​sfc

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Feb 22 23:49:26 CST 2022


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220223/a4230366/attachment.htm>


More information about the wine-devel mailing list