Changeset 62193 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
- Timestamp:
- Jul 12, 2016 12:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r61908 r62193 374 374 { 375 375 int rc = OnCreate(); 376 /** @todo r=bird: MSDN says this returns 0 on success and -1 on failure, not 377 * TRUE/FALSE... */ 376 378 if (RT_FAILURE(rc)) 377 379 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.