Changeset 50266 in vbox
- Timestamp:
- Jan 29, 2014 11:20:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r50265 r50266 229 229 } while (RT_SUCCESS(rc)); 230 230 231 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 231 232 int rc2 = pThis->UnregisterAsDropTarget(); 232 233 if (RT_SUCCESS(rc)) 233 234 rc = rc2; 234 235 #endif 235 236 OleUninitialize(); 236 237 }
Note:
See TracChangeset
for help on using the changeset viewer.