Rebase against 4aa7fbe0561e6a27f098a05a63c5a7d12397e678

This commit is contained in:
Alistair Leslie-Hughes
2019-06-18 08:39:24 +10:00
parent e07b0fa042
commit b5055c0b1b
18 changed files with 116 additions and 268 deletions

View File

@@ -119,7 +119,7 @@ index e90e1ed4eda..bfc052966ab 100644
+
+ if (dictionary_find(storage->propid_to_name, UlongToPtr(src_prop->propid), (void**)&name))
+ {
+ DWORD size = (strlenW(name) + 1) * sizeof(WCHAR);
+ DWORD size = (lstrlenW(name) + 1) * sizeof(WCHAR);
+
+ dest_prop->lpwstrName = CoTaskMemAlloc(size);
+ if (!dest_prop->lpwstrName) return;