Changeset 26997 in vbox for trunk/src/VBox
- Timestamp:
- Mar 3, 2010 4:06:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r26996 r26997 502 502 #else 503 503 /* Return the ID of the top-level console window. */ 504 *puWinId = m_pEventHandler->winId();504 *puWinId = (ULONG64)m_pEventHandler->winId(); 505 505 #endif 506 506
Note:
See TracChangeset
for help on using the changeset viewer.