Francois Gouget : sfc: Updates.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 24 14:29:52 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 4c2f22f7c628837a45ff79dbc88fea10e5861cf8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4c2f22f7c628837a45ff79dbc88fea10e5861cf8

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Feb 24 15:44:15 2006 +0100

sfc: Updates.
Add a missing sfc.dll prototype.
Add an sfc.dll section to win32.api for winapi_check.

---

 include/sfc.h          |    1 +
 tools/winapi/win32.api |   11 +++++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/sfc.h b/include/sfc.h
index 5e2e3a9..4bb0221 100644
--- a/include/sfc.h
+++ b/include/sfc.h
@@ -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
 }
diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index c0ad8c3..aa19883 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -3773,6 +3773,17 @@ LPWSTR
 PCWSTR
 PWSTR
 
+%%sfc.dll
+
+%long
+
+BOOL
+HANDLE
+
+%wstr
+
+LPCWSTR
+
 %%shdocvw.dll
 
 %long




More information about the wine-cvs mailing list