[1/2] sfc: Export by ordinal and add missing exports.

Hans Leidekker hans at codeweavers.com
Mon Jan 5 09:00:57 CST 2009


SfcIsKeyProtected is not exported from my copy of sfc.dll. I think
it was added by mistake in commit 7dbe9a6728064172a9d9edac484f90c421156785.

 -Hans

diff --git a/dlls/sfc/sfc.spec b/dlls/sfc/sfc.spec
index 8afb515..ac2d390 100644
--- a/dlls/sfc/sfc.spec
+++ b/dlls/sfc/sfc.spec
@@ -1,3 +1,14 @@
-@ stub SfcGetNextProtectedFile
-@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
-@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected
+1 stub -noname ordinal1
+2 stub -noname ordinal2
+3 stub -noname ordinal3
+4 stub -noname ordinal4
+5 stub -noname ordinal5
+6 stub -noname ordinal6
+7 stub -noname ordinal7
+8 stub -noname ordinal8
+9 stub -noname ordinal9
+10 stub SfcGetNextProtectedFile
+11 stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
+12 stub SfcWLEventLogoff
+13 stub SfcWLEventLogon
+14 stub SfpVerifyFile



More information about the wine-patches mailing list