- Timestamp:
- May 12, 2016 2:26:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostPower.h
r55602 r60952 20 20 #define ____H_HOSTPOWER 21 21 22 #ifdef RT_OS_DARWIN /* first, so we can undef pVM in iprt/cdefs.h */ 23 # include <IOKit/pwr_mgt/IOPMLib.h> 24 # include <Carbon/Carbon.h> 25 #endif 26 22 27 #include "VirtualBoxBase.h" 23 28 … … 27 32 # include <VBox/dbus.h> 28 33 #endif 29 30 #ifdef RT_OS_DARWIN31 # include <IOKit/pwr_mgt/IOPMLib.h>32 # include <Carbon/Carbon.h>33 #endif /* RT_OS_DARWIN */34 34 35 35 class HostPowerService
Note:
See TracChangeset
for help on using the changeset viewer.