Commit b92725af authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Add missing member to WINTRUST_DATA struct.

parent d89705da
......@@ -98,6 +98,7 @@ typedef struct _WINTRUST_DATA
HANDLE hWVTStateData;
WCHAR* pwszURLReference;
DWORD dwProvFlags;
DWORD dwUIContext;
} WINTRUST_DATA, *PWINTRUST_DATA;
typedef struct _CRYPT_TRUST_REG_ENTRY
......
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