Changeset 85301 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
- Timestamp:
- Jul 13, 2020 10:07:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r85300 r85301 7362 7362 { 7363 7363 *aCanShow = TRUE; 7364 HRESULT hrc = CreateCanShowWindowEvent(ptrEvent.asOutParam(), mEventSource);7364 HRESULT hrc = ::CreateCanShowWindowEvent(ptrEvent.asOutParam(), mEventSource); 7365 7365 if (SUCCEEDED(hrc)) 7366 7366 { … … 7387 7387 else 7388 7388 { 7389 HRESULT hrc = CreateShowWindowEvent(ptrEvent.asOutParam(), mEventSource, 0);7389 HRESULT hrc = ::CreateShowWindowEvent(ptrEvent.asOutParam(), mEventSource, 0); 7390 7390 if (SUCCEEDED(hrc)) 7391 7391 {
Note:
See TracChangeset
for help on using the changeset viewer.