Commit 47fbe042 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Correct a typo.

parent 2a3ece86
......@@ -422,9 +422,9 @@ typedef struct _VTableProvStruc {
} VTableProvStruc, *PVTableProvStruc;
typedef struct _CRYPT_ATTRIBUTE {
LPSTR pszObjId;
DWORD cValue;
CRYPT_DATA_BLOB rgValue;
LPSTR pszObjId;
DWORD cValue;
PCRYPT_DATA_BLOB rgValue;
} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;
typedef struct _CRYPT_ATTRIBUTES {
......
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