VirtualBox

Changeset 76380 in vbox


Ignore:
Timestamp:
Dec 22, 2018 10:52:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127678
Message:

VBox/com/microatl.h: Include errcore.h rather than err.h for RT_FAILURE(). bugref: 9344

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/microatl.h

    r73097 r76380  
    2727#define ___VBox_com_microatl_h
    2828
    29 #include <VBox/cdefs.h> /* VBOX_STRICT */
     29#include <VBox/cdefs.h>   /* VBOX_STRICT */
    3030#include <iprt/assert.h>
    3131#include <iprt/critsect.h>
    32 #include <iprt/err.h>
     32#include <iprt/errcore.h> /* RT_FAILURE() */
    3333
    3434#include <iprt/win/windows.h>
  • trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp

    r73003 r76380  
    3232#include <iprt/utf16.h>
    3333#ifdef RT_OS_WINDOWS
     34# include <iprt/err.h>
    3435# include <iprt/ldr.h>
    3536# include <msi.h>
  • trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp

    r69500 r76380  
    2929
    3030#include <VBox/com/ptr.h>
     31#include <iprt/err.h>
    3132#include "HostPower.h"
    3233#include "Logging.h"
    3334
     35
     36/*********************************************************************************************************************************
     37*   Global Variables                                                                                                             *
     38*********************************************************************************************************************************/
    3439static WCHAR gachWindowClassName[] = L"VBoxPowerNotifyClass";
     40
    3541
    3642HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD)
Note: See TracChangeset for help on using the changeset viewer.

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