Changeset 74478 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
- Timestamp:
- Sep 26, 2018 1:43:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r74476 r74478 475 475 RTThreadSleep(5000); 476 476 #endif 477 hide();477 Hide(); 478 478 479 479 LogFlowThisFunc(("Starting drag and drop: dndLstActionsAllowed=0x%x, dwOKEffects=0x%x ...\n", … … 1410 1410 * @return IPRT status code. 1411 1411 */ 1412 int VBoxDnDWnd:: hide(void)1412 int VBoxDnDWnd::Hide(void) 1413 1413 { 1414 1414 #ifdef DEBUG_andy … … 1594 1594 AssertRC(rc2); 1595 1595 1596 hide();1596 Hide(); 1597 1597 } 1598 1598
Note:
See TracChangeset
for help on using the changeset viewer.