From 9851535539fe7f93ff6597ca0c9faeb83dcb378a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 29 Sep 2012 11:27:12 +0000 Subject: [PATCH] [PSDK]: Sync wintrust.h with Wine 1.5.14 CORE-6365 #resolve #comment Committed in r57425. Thanks Carlo ;) svn path=/trunk/; revision=57425 --- reactos/include/psdk/wintrust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/wintrust.h b/reactos/include/psdk/wintrust.h index 6ec3c405cdb..228d868d8c4 100644 --- a/reactos/include/psdk/wintrust.h +++ b/reactos/include/psdk/wintrust.h @@ -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 {