Changeset 76380 in vbox
- Timestamp:
- Dec 22, 2018 10:52:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127678
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r73097 r76380 27 27 #define ___VBox_com_microatl_h 28 28 29 #include <VBox/cdefs.h> /* VBOX_STRICT */29 #include <VBox/cdefs.h> /* VBOX_STRICT */ 30 30 #include <iprt/assert.h> 31 31 #include <iprt/critsect.h> 32 #include <iprt/err .h>32 #include <iprt/errcore.h> /* RT_FAILURE() */ 33 33 34 34 #include <iprt/win/windows.h> -
trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp
r73003 r76380 32 32 #include <iprt/utf16.h> 33 33 #ifdef RT_OS_WINDOWS 34 # include <iprt/err.h> 34 35 # include <iprt/ldr.h> 35 36 # include <msi.h> -
trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp
r69500 r76380 29 29 30 30 #include <VBox/com/ptr.h> 31 #include <iprt/err.h> 31 32 #include "HostPower.h" 32 33 #include "Logging.h" 33 34 35 36 /********************************************************************************************************************************* 37 * Global Variables * 38 *********************************************************************************************************************************/ 34 39 static WCHAR gachWindowClassName[] = L"VBoxPowerNotifyClass"; 40 35 41 36 42 HostPowerServiceWin::HostPowerServiceWin(VirtualBox *aVirtualBox) : HostPowerService(aVirtualBox), mThread(NIL_RTTHREAD)
Note:
See TracChangeset
for help on using the changeset viewer.