Changeset 76103 in vbox
- Timestamp:
- Dec 10, 2018 11:01:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r76102 r76103 1826 1826 PVBGLR3DNDEVENT pVbglR3Event = NULL; 1827 1827 rc = VbglR3DnDEventGetNext(&pCtx->cmdCtx, &pVbglR3Event); 1828 LogFlowFunc(("enmType=%RU32, rc=%Rrc\n", pVbglR3Event->enmType, rc));1829 1830 1828 if (RT_SUCCESS(rc)) 1831 1829 { 1830 LogFunc(("enmType=%RU32, rc=%Rrc\n", pVbglR3Event->enmType, rc)); 1831 1832 1832 cMsgSkippedInvalid = 0; /* Reset skipped messages count. */ 1833 1833
Note:
See TracChangeset
for help on using the changeset viewer.