mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[WINTRUST] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73306
This commit is contained in:
parent
0f78def92f
commit
d4491e333c
2 changed files with 2 additions and 2 deletions
|
@ -796,7 +796,7 @@ static FARPROC WINTRUST_ReadProviderFromReg(WCHAR *GuidString, const WCHAR *Func
|
|||
lstrcatW(ProvKey, GuidString);
|
||||
|
||||
Res = RegOpenKeyExW(HKEY_LOCAL_MACHINE, ProvKey, 0, KEY_READ, &Key);
|
||||
if (Res != ERROR_SUCCESS) goto error_close_key;
|
||||
if (Res != ERROR_SUCCESS) return NULL;
|
||||
|
||||
/* Read the $DLL entry */
|
||||
Size = sizeof(DllName);
|
||||
|
|
|
@ -206,7 +206,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 WineStaging-1.9.11
|
||||
reactos/dll/win32/wintrust # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/wintrust # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/wldap32 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/wmi # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/wmiutils # Synced to WineStaging-1.9.11
|
||||
|
|
Loading…
Reference in a new issue