mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
[WINTRUST]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64622
This commit is contained in:
parent
6971881771
commit
4dd1c81706
3 changed files with 2 additions and 15 deletions
|
@ -896,6 +896,7 @@ static BOOL WINTRUST_SIPPAddProvider(GUID* Subject, WCHAR* MagicNumber)
|
||||||
NewProv.pwszVerifyFuncName = CryptSIPVerifyIndirectData;
|
NewProv.pwszVerifyFuncName = CryptSIPVerifyIndirectData;
|
||||||
NewProv.pwszRemoveFuncName = CryptSIPRemoveSignedDataMsg;
|
NewProv.pwszRemoveFuncName = CryptSIPRemoveSignedDataMsg;
|
||||||
NewProv.pwszIsFunctionNameFmt2 = NULL;
|
NewProv.pwszIsFunctionNameFmt2 = NULL;
|
||||||
|
NewProv.pwszGetCapFuncName = NULL;
|
||||||
|
|
||||||
Ret = CryptSIPAddProvider(&NewProv);
|
Ret = CryptSIPAddProvider(&NewProv);
|
||||||
|
|
||||||
|
|
|
@ -42,20 +42,6 @@ void WINAPI WINTRUST_Free(void *p)
|
||||||
HeapFree(GetProcessHeap(), 0, p);
|
HeapFree(GetProcessHeap(), 0, p);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* DllMain (WINTRUST.@)
|
|
||||||
*/
|
|
||||||
BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
|
|
||||||
{
|
|
||||||
switch(reason)
|
|
||||||
{
|
|
||||||
case DLL_PROCESS_ATTACH:
|
|
||||||
DisableThreadLibraryCalls( inst );
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* TrustIsCertificateSelfSigned (WINTRUST.@)
|
* TrustIsCertificateSelfSigned (WINTRUST.@)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -218,7 +218,7 @@ reactos/dll/win32/winmm # Forked at Wine-20050628
|
||||||
reactos/dll/win32/winmm/midimap # 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/winmm/wavemap # Forked at Wine-20050628
|
||||||
reactos/dll/win32/winscard # Synced to Wine-1.7.17
|
reactos/dll/win32/winscard # Synced to Wine-1.7.17
|
||||||
reactos/dll/win32/wintrust # Synced to Wine-1.7.17
|
reactos/dll/win32/wintrust # Synced to Wine-1.7.27
|
||||||
reactos/dll/win32/wldap32 # Synced to Wine-1.7.17
|
reactos/dll/win32/wldap32 # Synced to Wine-1.7.17
|
||||||
reactos/dll/win32/wmi # Synced to Wine-1.7.17
|
reactos/dll/win32/wmi # Synced to Wine-1.7.17
|
||||||
reactos/dll/win32/wtsapi32 # Synced to Wine-1.7.17
|
reactos/dll/win32/wtsapi32 # Synced to Wine-1.7.17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue