mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
sync shlwapi with wine 1.1.34
svn path=/trunk/; revision=44441
This commit is contained in:
@@ -200,7 +200,7 @@ LONG WINAPI SHRegCloseUSKey(
|
||||
if (hKey->HKLMkey)
|
||||
ret = RegCloseKey(hKey->HKLMkey);
|
||||
if (hKey->HKLMstart && hKey->HKLMstart != HKEY_LOCAL_MACHINE)
|
||||
ret = RegCloseKey(hKey->HKCUstart);
|
||||
ret = RegCloseKey(hKey->HKLMstart);
|
||||
|
||||
HeapFree(GetProcessHeap(), 0, hKey);
|
||||
return ret;
|
||||
|
||||
@@ -810,8 +810,8 @@
|
||||
@ stdcall UrlApplySchemeW(wstr ptr ptr long)
|
||||
@ stdcall UrlCanonicalizeA(str ptr ptr long)
|
||||
@ stdcall UrlCanonicalizeW(wstr ptr ptr long)
|
||||
@ stdcall UrlCombineA(str str str ptr long)
|
||||
@ stdcall UrlCombineW(wstr wstr wstr ptr long)
|
||||
@ stdcall UrlCombineA(str str ptr ptr long)
|
||||
@ stdcall UrlCombineW(wstr wstr ptr ptr long)
|
||||
@ stdcall UrlCompareA(str str long)
|
||||
@ stdcall UrlCompareW(wstr wstr long)
|
||||
@ stdcall UrlCreateFromPathA(str ptr ptr long)
|
||||
|
||||
Reference in New Issue
Block a user