mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[WINTRUST_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
95d5c4bed3
commit
7756e32bcb
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ static void test_AddDefaultForUsage(void)
|
||||||
static void test_LoadFunctionPointers(void)
|
static void test_LoadFunctionPointers(void)
|
||||||
{
|
{
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
CRYPT_PROVIDER_FUNCTIONS funcs;
|
CRYPT_PROVIDER_FUNCTIONS funcs = {0};
|
||||||
GUID action = WINTRUST_ACTION_GENERIC_VERIFY_V2;
|
GUID action = WINTRUST_ACTION_GENERIC_VERIFY_V2;
|
||||||
|
|
||||||
if (!pWintrustLoadFunctionPointers)
|
if (!pWintrustLoadFunctionPointers)
|
||||||
|
|
Loading…
Reference in a new issue