Commit 75831309 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

advapi32: Implement CredWriteW.

parent 94c976c9
......@@ -9,6 +9,7 @@ IMPORTS = kernel32 ntdll
C_SRCS = \
advapi.c \
cred.c \
crypt.c \
crypt_arc4.c \
crypt_des.c \
......
......@@ -126,7 +126,7 @@
# @ stub CredWriteA
# @ stub CredWriteDomainCredentialsA
# @ stub CredWriteDomainCredentialsW
# @ stub CredWriteW
@ stdcall CredWriteW(ptr long)
# @ stub CredpConvertCredential
# @ stub CredpConvertTargetInfo
# @ stub CredpDecodeCredential
......
......@@ -94,4 +94,6 @@ struct ustring {
unsigned char *Buffer;
};
NTSTATUS WINAPI SystemFunction032(struct ustring *data, struct ustring *key);
#endif /* __WINE_CRYPT_H_ */
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