Changeset 50477 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Feb 17, 2014 11:28:34 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92318
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp
r50463 r50477 465 465 else 466 466 AssertMsgFailedReturn(("fMode=0x%x is not supported for srcPath=%s, dstPath=%s\n", 467 nextPath.m_fMode, nextPath.m_strSrcPath.c_str(), nextPath.m_strDstPath ),467 nextPath.m_fMode, nextPath.m_strSrcPath.c_str(), nextPath.m_strDstPath.c_str()), 468 468 VERR_NO_DATA); 469 469
Note:
See TracChangeset
for help on using the changeset viewer.