From 3845c06853b1634af4d858ea27409d0207c94691 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 24 Jan 2007 15:42:10 +0100 Subject: [PATCH] sfc_os: Add a prototype for SfcIsKeyProtected(). --- dlls/sfc_os/sfc_os.c | 1 + include/sfc.h | 1 + 2 files changed, 2 insertions(+) diff --git a/dlls/sfc_os/sfc_os.c b/dlls/sfc_os/sfc_os.c index db03a10e363..070eea77473 100644 --- a/dlls/sfc_os/sfc_os.c +++ b/dlls/sfc_os/sfc_os.c @@ -23,6 +23,7 @@ #include "windef.h" #include "winbase.h" #include "winerror.h" +#include "winreg.h" #include "sfc.h" #include "wine/debug.h" diff --git a/include/sfc.h b/include/sfc.h index 7a769280a0a..949e6b35832 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 SfcIsKeyProtected(HKEY, LPCWSTR, REGSAM); BOOL WINAPI SfpVerifyFile(LPCSTR, LPSTR, DWORD); #ifdef __cplusplus