Indirect sfc.dll updates

Francois Gouget fgouget at free.fr
Fri Feb 24 08:44:15 CST 2006


Changelog:

  * include/sfc.h
    tools/winapi/win32.api

    Francois Gouget <fgouget at free.fr>
    Add a missing sfc.dll prototype.
    Add an sfc.dll section to win32.api for winapi_check.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
            Cahn's Axiom: When all else fails, read the instructions.
-------------- next part --------------
Index: include/sfc.h
===================================================================
RCS file: /home/wine/wine/include/sfc.h,v
retrieving revision 1.1
diff -u -p -r1.1 sfc.h
--- include/sfc.h	14 Feb 2006 16:48:50 -0000	1.1
+++ include/sfc.h	24 Feb 2006 10:57:17 -0000
@@ -36,6 +36,7 @@ typedef struct _PROTECTED_FILE_DATA {
 
 BOOL WINAPI SfcGetNextProtectedFile(HANDLE, PPROTECTED_FILE_DATA);
 BOOL WINAPI SfcIsFileProtected(HANDLE, LPCWSTR);
+BOOL WINAPI SfpVerifyFile(LPCSTR, LPSTR, DWORD);
 
 #ifdef __cplusplus
 }
Index: tools/winapi/win32.api
===================================================================
RCS file: /home/wine/wine/tools/winapi/win32.api,v
retrieving revision 1.68
diff -u -p -r1.68 win32.api
--- tools/winapi/win32.api	7 Feb 2006 20:22:19 -0000	1.68
+++ tools/winapi/win32.api	24 Feb 2006 10:57:23 -0000
@@ -3773,6 +3780,17 @@ LPWSTR
 PCWSTR
 PWSTR
 
+%%sfc.dll
+
+%long
+
+BOOL
+HANDLE
+
+%wstr
+
+LPCWSTR
+
 %%shdocvw.dll
 
 %long


More information about the wine-patches mailing list