Author: akhaldi Date: Sat Sep 29 11:27:12 2012 New Revision: 57425
URL: http://svn.reactos.org/svn/reactos?rev=57425&view=rev Log: [PSDK]: Sync wintrust.h with Wine 1.5.14 CORE-6365 #resolve #comment Committed in r57425. Thanks Carlo ;)
Modified: trunk/reactos/include/psdk/wintrust.h
Modified: trunk/reactos/include/psdk/wintrust.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wintrust.h?rev... ============================================================================== --- trunk/reactos/include/psdk/wintrust.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/wintrust.h [iso-8859-1] Sat Sep 29 11:27:12 2012 @@ -371,7 +371,7 @@ #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 {