[pkg-wine-party] [wine] 77/141: advapi32: Add stub for CloseEncryptedFileRaw.

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 7 00:45:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit d5ef271ecec7dfe974a95feff1847489e93b9f9f
Author: Austin English <austinenglish at gmail.com>
Date:   Fri Aug 29 18:18:59 2014 -0500

    advapi32: Add stub for CloseEncryptedFileRaw.
---
 dlls/advapi32/advapi32.spec |  2 +-
 dlls/advapi32/crypt.c       | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/dlls/advapi32/advapi32.spec b/dlls/advapi32/advapi32.spec
index d1ab64d..f1cae1f 100644
--- a/dlls/advapi32/advapi32.spec
+++ b/dlls/advapi32/advapi32.spec
@@ -84,7 +84,7 @@
 @ stdcall ClearEventLogA (long str)
 @ stdcall ClearEventLogW (long wstr)
 # @ stub CloseCodeAuthzLevel
-# @ stub CloseEncryptedFileRaw
+@ stdcall CloseEncryptedFileRaw(ptr)
 @ stdcall CloseEventLog (long)
 @ stdcall CloseServiceHandle(long)
 # @ stub CloseThreadWaitChainSession
diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c
index f74dee4..b2be5e3 100644
--- a/dlls/advapi32/crypt.c
+++ b/dlls/advapi32/crypt.c
@@ -319,6 +319,23 @@ static void CRYPT_CreateMachineGuid(void)
 	}
 }
 
+
+/******************************************************************************
+ * CloseEncryptedFileRaw   (ADVAPI32.@)
+ *
+ * Close encrypted files
+ *
+ * PARAMS
+ *  context    [I] pointer to the context
+ * RETURNS
+ *  Success: ERROR_SUCCESS
+ *  Failure: NTSTATUS error code
+ */
+void WINAPI CloseEncryptedFileRaw(PVOID context)
+{
+    FIXME("(%p): stub\n", context);
+}
+
 /******************************************************************************
  * CryptAcquireContextW (ADVAPI32.@)
  *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list