Update Shell.

This commit is contained in:
Bruce
2025-11-20 09:17:32 +08:00
parent ce5d3af63b
commit 1674f2c35b
87 changed files with 85481 additions and 52 deletions

View File

@@ -1068,7 +1068,8 @@ ULONG DestroyAppxFileStream (_In_ HANDLE hFileStream)
if (!hFileStream) return 0;
IStream *ptr = reinterpret_cast <IStream *> (hFileStream);
if (!ptr) return 0;
return ptr->Release ();
ULONG ret = ptr->Release ();
return ret;
}
HANDLE GetAppxBundleApplicationPackageFile (_In_ HPKGREAD hReader)
{

Binary file not shown.