sync shlwapi with wine 1.1.34

svn path=/trunk/; revision=44441
This commit is contained in:
Christoph von Wittich
2009-12-06 15:38:07 +00:00
parent f0c623ad45
commit b0bec1e996
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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)