[CLIPBRD] Support CF_HDROP format (#5622)

This allows to see what files are being copied into clipboard.
CORE-19140
This commit is contained in:
Katayama Hirofumi MZ 2023-08-27 19:41:13 +09:00 committed by GitHub
parent 657f728767
commit f90a1956a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 1 deletions

View file

@ -164,7 +164,8 @@ UINT GetAutomaticClipboardFormat(void)
CF_DSPBITMAP,
CF_DSPMETAFILEPICT,
CF_DSPENHMETAFILE,
CF_PALETTE
CF_PALETTE,
CF_HDROP
};
return GetPriorityClipboardFormat(uFormatList, ARRAYSIZE(uFormatList));