Commit 395a4e50 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Fix CRYPT_SMIME_CAPABILITIES definition.

parent 77ea6ef8
...@@ -675,7 +675,7 @@ typedef struct _CRYPT_SMIME_CAPABILITY { ...@@ -675,7 +675,7 @@ typedef struct _CRYPT_SMIME_CAPABILITY {
typedef struct _CRYPT_SMIME_CAPABILITIES { typedef struct _CRYPT_SMIME_CAPABILITIES {
DWORD cCapability; DWORD cCapability;
CRYPT_SMIME_CAPABILITY rgCapability; PCRYPT_SMIME_CAPABILITY rgCapability;
} CRYPT_SMIME_CAPABILITIES, *PCRYPT_SMIME_CAPABILITIES; } CRYPT_SMIME_CAPABILITIES, *PCRYPT_SMIME_CAPABILITIES;
typedef struct _VTableProvStruc { typedef struct _VTableProvStruc {
......
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