Commit 4c2f22f7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

sfc: Updates.

Add a missing sfc.dll prototype. Add an sfc.dll section to win32.api for winapi_check.
parent 44344a31
......@@ -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
}
......
......@@ -3773,6 +3773,17 @@ LPWSTR
PCWSTR
PWSTR
%%sfc.dll
%long
BOOL
HANDLE
%wstr
LPCWSTR
%%shdocvw.dll
%long
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment