mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[PSDK]: Sync wintrust.h with Wine 1.5.14
CORE-6365 #resolve #comment Committed in r57425. Thanks Carlo ;) svn path=/trunk/; revision=57425
This commit is contained in:
parent
8790296cbe
commit
9851535539
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ typedef struct _CRYPT_PROVIDER_DATA {
|
|||
#define CPD_UISTATE_MODE_ALLOW 0x00000002
|
||||
#define CPD_UISTATE_MODE_MASK 0x00000003
|
||||
|
||||
typedef BOOL (CALLBACK *PFN_PROVUI_CALL)(HWND hWndSecurityDialog,
|
||||
typedef BOOL (*PFN_PROVUI_CALL)(HWND hWndSecurityDialog,
|
||||
struct _CRYPT_PROVIDER_DATA *pProvData);
|
||||
|
||||
typedef struct _CRYPT_PROVUI_FUNCS {
|
||||
|
|
Loading…
Reference in a new issue