mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[SDK][SHELL32] Augment the internally used IDataObject with some extra formats
This is needed because our code seems to use CF_HDROP a lot, instead of HIDA...
This commit is contained in:
parent
f9d3c2c608
commit
c31327114b
10 changed files with 58 additions and 15 deletions
|
@ -1791,7 +1791,7 @@ HRESULT WINAPI CIDLData_CreateFromIDArray(
|
|||
pdump (pidlFolder);
|
||||
for (i=0; i<cpidlFiles; i++) pdump (lppidlFiles[i]);
|
||||
}
|
||||
hResult = IDataObject_Constructor(hwnd, pidlFolder, lppidlFiles, cpidlFiles, ppdataObject);
|
||||
hResult = IDataObject_Constructor(hwnd, pidlFolder, lppidlFiles, cpidlFiles, FALSE, ppdataObject);
|
||||
return hResult;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue