sfc: Updates.
Add a missing sfc.dll prototype. Add an sfc.dll section to win32.api for winapi_check.
This commit is contained in:
parent
44344a31bb
commit
4c2f22f7c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue