Changeset 13662 in vbox
- Timestamp:
- Oct 29, 2008 3:49:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/HostPowerWin.cpp
r13656 r13662 55 55 /* Is this allowed from another thread? */ 56 56 SetWindowLongPtr(mHwnd, 0, 0); 57 PostMessage(mHwnd, WM_ CLOSE, 0, 0);57 PostMessage(mHwnd, WM_QUIT, 0, 0); 58 58 } 59 59 }
Note:
See TracChangeset
for help on using the changeset viewer.