Changeset 27820 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 30, 2010 12:37:16 PM (15 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Global.h
r27382 r27820 44 44 #define VBOXOSHINT_HPET RT_BIT(6) 45 45 #define VBOXOSHINT_USBTABLET RT_BIT(7) 46 #define VBOXOSHINT_RTCUTC RT_BIT(8) 46 47 47 48 /** -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r27382 r27820 80 80 STDMETHOD(COMGETTER(RecommendedHpet)) (BOOL *aRecommendedHpet); 81 81 STDMETHOD(COMGETTER(RecommendedUsbTablet)) (BOOL *aRecommendedUsbTablet); 82 STDMETHOD(COMGETTER(RecommendedRtcUseUtc)) (BOOL *aRecommendedRtcUseUtc); 82 83 83 84 // public methods only for internal purposes
Note:
See TracChangeset
for help on using the changeset viewer.