You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 4aa7fbe0561e6a27f098a05a63c5a7d12397e678
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user