Commit c1101777 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Correct definition of CRYPT_PROVUI_FUNCS.

parent 110db9fe
...@@ -420,7 +420,7 @@ typedef BOOL (*PFN_PROVUI_CALL)(HWND hWndSecurityDialog, ...@@ -420,7 +420,7 @@ typedef BOOL (*PFN_PROVUI_CALL)(HWND hWndSecurityDialog,
typedef struct _CRYPT_PROVUI_FUNCS { typedef struct _CRYPT_PROVUI_FUNCS {
DWORD cbStruct; DWORD cbStruct;
CRYPT_PROVUI_DATA psUIData; CRYPT_PROVUI_DATA *psUIData;
PFN_PROVUI_CALL pfnOnMoreInfoClick; PFN_PROVUI_CALL pfnOnMoreInfoClick;
PFN_PROVUI_CALL pfnOnMoreInfoClickDefault; PFN_PROVUI_CALL pfnOnMoreInfoClickDefault;
PFN_PROVUI_CALL pfnOnAdvancedClick; PFN_PROVUI_CALL pfnOnAdvancedClick;
......
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