VirtualBox

Ignore:
Timestamp:
Jul 13, 2020 10:07:20 AM (4 years ago)
Author:
vboxsync
Message:

Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r85300 r85301  
    73627362    {
    73637363        *aCanShow = TRUE;
    7364         HRESULT hrc = CreateCanShowWindowEvent(ptrEvent.asOutParam(), mEventSource);
     7364        HRESULT hrc = ::CreateCanShowWindowEvent(ptrEvent.asOutParam(), mEventSource);
    73657365        if (SUCCEEDED(hrc))
    73667366        {
     
    73877387    else
    73887388    {
    7389         HRESULT hrc = CreateShowWindowEvent(ptrEvent.asOutParam(), mEventSource, 0);
     7389        HRESULT hrc = ::CreateShowWindowEvent(ptrEvent.asOutParam(), mEventSource, 0);
    73907390        if (SUCCEEDED(hrc))
    73917391        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette