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 f4a8ad89d43646a8d109da5747dfb1a92a6d8cd1.
This commit is contained in:
@@ -432,7 +432,7 @@ index 14cd9aeeebe..ed3a07c423d 100644
|
||||
+ if (FAILED(IDataObject_GetData(pDo, &format, &stgm)))
|
||||
+ return;
|
||||
+
|
||||
+ if (!(len = DragQueryFileW((HDROP)stgm.DUMMYUNIONNAME.hGlobal, 0, NULL, 0)))
|
||||
+ if (!(len = DragQueryFileW((HDROP)stgm.hGlobal, 0, NULL, 0)))
|
||||
+ {
|
||||
+ ReleaseStgMedium(&stgm);
|
||||
+ return;
|
||||
@@ -444,7 +444,7 @@ index 14cd9aeeebe..ed3a07c423d 100644
|
||||
+ return;
|
||||
+ }
|
||||
+
|
||||
+ len = DragQueryFileW((HDROP)stgm.DUMMYUNIONNAME.hGlobal, 0, path, len + 1);
|
||||
+ len = DragQueryFileW((HDROP)stgm.hGlobal, 0, path, len + 1);
|
||||
+ ReleaseStgMedium(&stgm);
|
||||
+ if (!len) goto done;
|
||||
+
|
||||
|
Reference in New Issue
Block a user