mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[CLIPBRD] Support CF_HDROP format (#5622)
This allows to see what files are being copied into clipboard. CORE-19140
This commit is contained in:
parent
657f728767
commit
f90a1956a5
4 changed files with 49 additions and 1 deletions
|
@ -164,7 +164,8 @@ UINT GetAutomaticClipboardFormat(void)
|
|||
CF_DSPBITMAP,
|
||||
CF_DSPMETAFILEPICT,
|
||||
CF_DSPENHMETAFILE,
|
||||
CF_PALETTE
|
||||
CF_PALETTE,
|
||||
CF_HDROP
|
||||
};
|
||||
|
||||
return GetPriorityClipboardFormat(uFormatList, ARRAYSIZE(uFormatList));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue