mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +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);
|
lstrcatW(ProvKey, GuidString);
|
||||||
|
|
||||||
Res = RegOpenKeyExW(HKEY_LOCAL_MACHINE, ProvKey, 0, KEY_READ, &Key);
|
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 */
|
/* Read the $DLL entry */
|
||||||
Size = sizeof(DllName);
|
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/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 WineStaging-1.9.11
|
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/wldap32 # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/wmi # 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
|
reactos/dll/win32/wmiutils # Synced to WineStaging-1.9.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue