Changeset 31640 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 13, 2010 12:31:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/EventQueue.cpp
r31611 r31640 519 519 BOOL fRet; 520 520 MSG Msg; 521 intrc = VINF_SUCCESS;521 rc = VINF_SUCCESS; 522 522 while ( (fRet = GetMessage(&Msg, NULL /*hWnd*/, WM_USER, WM_USER)) 523 523 && fRet != -1
Note:
See TracChangeset
for help on using the changeset viewer.