Changeset 74365 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Sep 19, 2018 10:12:04 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp ¶
r74364 r74365 392 392 UINT cFiles = DragQueryFile(hDrop, UINT32_MAX /* iFile */, NULL /* lpszFile */, 0 /* cchFile */); 393 393 394 LogRel 2(("DnD: CF_HDROP got %RU16 file(s), fUnicode=%RTbool\n", cFiles, fUnicode));394 LogRel(("DnD: Got %RU16 file(s), fUnicode=%RTbool\n", cFiles, fUnicode)); 395 395 396 396 for (UINT i = 0; i < cFiles; i++)
Note:
See TracChangeset
for help on using the changeset viewer.