sfc_os: Add a prototype for SfcIsKeyProtected().
This commit is contained in:
parent
21540b7591
commit
3845c06853
|
@ -23,6 +23,7 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "winreg.h"
|
||||
#include "sfc.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ typedef struct _PROTECTED_FILE_DATA {
|
|||
|
||||
BOOL WINAPI SfcGetNextProtectedFile(HANDLE, PPROTECTED_FILE_DATA);
|
||||
BOOL WINAPI SfcIsFileProtected(HANDLE, LPCWSTR);
|
||||
BOOL WINAPI SfcIsKeyProtected(HKEY, LPCWSTR, REGSAM);
|
||||
BOOL WINAPI SfpVerifyFile(LPCSTR, LPSTR, DWORD);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue