Changeset 12607 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 19, 2008 3:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r12605 r12607 8028 8028 case CTRL_CLOSE_EVENT: 8029 8029 /* Let's shut down gracefully. */ 8030 ASMAtomicWriteBool(&g_fKeepGoing, FALSE);8030 ASMAtomicWriteBool(&g_fKeepGoing, false); 8031 8031 return TRUE; 8032 8032 }
Note:
See TracChangeset
for help on using the changeset viewer.