Commit 1f5d1beb authored by Warren Baird's avatar Warren Baird Committed by Alexandre Julliard

Added extern "C".

parent c48c1647
......@@ -19,6 +19,10 @@
#ifndef __WINE_WINCRYPT_H
#define __WINE_WINCRYPT_H
#ifdef __cplusplus
extern "C" {
#endif
/* some typedefs for function parameters */
typedef unsigned int ALG_ID;
typedef unsigned long HCRYPTPROV;
......@@ -521,4 +525,8 @@ BOOL WINAPI CryptVerifySignatureA (HCRYPTHASH hHash, BYTE *pbSignature, DWORD dw
CryptVerifySignatureA(hHash, pbSignature, dwSigLen, hPubKey, (LPCSTR)sDescription, dwFlags)
#define CryptVerifySignature WINELIB_NAME_AW(CryptVerifySignature)
#ifdef __cplusplus
}
#endif
#endif
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