Changeset 101070 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 8, 2023 2:42:56 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/PlatformImpl.cpp
r101068 r101070 765 765 HRESULT hrc = S_OK; 766 766 767 ChipsetType_T enmChipsetType ;768 IommuType_T enmIommuType ;769 BOOL fRTCUseUTC ;767 ChipsetType_T enmChipsetType = ChipsetType_Null; 768 IommuType_T enmIommuType = IommuType_None; 769 BOOL fRTCUseUTC = FALSE; 770 770 771 771 if (aOsType)
Note:
See TracChangeset
for help on using the changeset viewer.