VirtualBox

Changeset 78967 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 4, 2019 2:39:36 PM (6 years ago)
Author:
vboxsync
Message:

Main,GUI: S_FALSE is defined by com/defs.h now.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r78847 r78967  
    36443644#ifdef VBOX_WITH_VIDEOHWACCEL
    36453645
    3646 #ifndef S_FALSE
    3647 # define S_FALSE ((HRESULT)1L)
    3648 #endif
    3649 
    36503646int Display::i_handleVHWACommandProcess(int enmCmd, bool fGuestCmd, VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand)
    36513647{
     
    36823678    return pDrv->pDisplay->i_handleVHWACommandProcess(enmCmd, fGuestCmd, pCommand);
    36833679}
    3684 #endif
    3685 
     3680
     3681#endif /* VBOX_WITH_VIDEOHWACCEL */
    36863682#ifdef VBOX_WITH_CRHGSMI
     3683
    36873684void Display::i_handleCrHgsmiCommandCompletion(int32_t result, uint32_t u32Function, PVBOXHGCMSVCPARM pParam)
    36883685{
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r76553 r78967  
    4040
    4141using namespace std;
    42 
    43 /* XPCOM doesn't define S_FALSE. */
    44 #ifndef S_FALSE
    45 # define S_FALSE ((HRESULT)1)
    46 #endif
    4742
    4843
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