- Timestamp:
- Jun 4, 2019 2:39:36 PM (6 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r76581 r78967 57 57 # include <iprt/stream.h> 58 58 #endif /* VBOXVHWA_PROFILE_FPS */ 59 60 #ifndef S_FALSE61 # define S_FALSE ((HRESULT)1L)62 #endif63 59 64 60 #ifdef DEBUG_misha -
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r78847 r78967 3644 3644 #ifdef VBOX_WITH_VIDEOHWACCEL 3645 3645 3646 #ifndef S_FALSE3647 # define S_FALSE ((HRESULT)1L)3648 #endif3649 3650 3646 int Display::i_handleVHWACommandProcess(int enmCmd, bool fGuestCmd, VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand) 3651 3647 { … … 3682 3678 return pDrv->pDisplay->i_handleVHWACommandProcess(enmCmd, fGuestCmd, pCommand); 3683 3679 } 3684 #endif 3685 3680 3681 #endif /* VBOX_WITH_VIDEOHWACCEL */ 3686 3682 #ifdef VBOX_WITH_CRHGSMI 3683 3687 3684 void Display::i_handleCrHgsmiCommandCompletion(int32_t result, uint32_t u32Function, PVBOXHGCMSVCPARM pParam) 3688 3685 { -
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r76553 r78967 40 40 41 41 using namespace std; 42 43 /* XPCOM doesn't define S_FALSE. */44 #ifndef S_FALSE45 # define S_FALSE ((HRESULT)1)46 #endif47 42 48 43
Note:
See TracChangeset
for help on using the changeset viewer.