mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 21:43:41 +08:00
[WINTRUST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67657
This commit is contained in:
parent
f3b6069ebd
commit
bf967c9470
@ -1200,7 +1200,11 @@ HRESULT WINAPI SoftpubCleanup(CRYPT_PROVIDER_DATA *data)
|
||||
if (data->fOpenedFile &&
|
||||
data->pWintrustData->dwUnionChoice == WTD_CHOICE_FILE &&
|
||||
data->pWintrustData->u.pFile)
|
||||
{
|
||||
CloseHandle(data->pWintrustData->u.pFile->hFile);
|
||||
data->pWintrustData->u.pFile->hFile = INVALID_HANDLE_VALUE;
|
||||
data->fOpenedFile = FALSE;
|
||||
}
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
@ -212,7 +212,7 @@ reactos/dll/win32/winmm # Forked at Wine-20050628
|
||||
reactos/dll/win32/winmm/midimap # Forked at Wine-20050628
|
||||
reactos/dll/win32/winmm/wavemap # Forked at Wine-20050628
|
||||
reactos/dll/win32/winscard # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/wintrust # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/wintrust # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/wldap32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/wmi # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/wmiutils # Synced to Wine-1.7.27
|
||||
|
Loading…
Reference in New Issue
Block a user