Commit 78c874f9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

credui: Make wincred.h C++ compatible.

parent 99df8e8d
......@@ -19,6 +19,10 @@
#ifndef _WINCRED_H_
#define _WINCRED_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __SECHANDLE_DEFINED__
#define __SECHANDLE_DEFINED__
typedef struct _SecHandle
......@@ -100,4 +104,8 @@ DWORD WINAPI CredUIStoreSSOCredW(PCWSTR,PCWSTR,PCWSTR,BOOL);
DWORD WINAPI CredUIReadSSOCredW(PCWSTR,PWSTR*);
/* Note: no CredUIReadSSOCredA in PSDK header */
#ifdef __cplusplus
}
#endif
#endif /* _WINCRED_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