Changeset 489 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Jan 31, 2007 11:25:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp
r446 r489 69 69 || ((RT_HIWORD(additionsVersion) == RT_HIWORD(VMMDEV_VERSION) \ 70 70 && RT_LOWORD(additionsVersion) > RT_LOWORD(VMMDEV_VERSION)) 71 72 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 71 73 72 74 /* Whenever host wants to inform guest about something … … 1591 1593 pData->fGetHostTimeDisabled = false; 1592 1594 else if (VBOX_FAILURE(rc)) 1593 return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, 1595 return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, 1594 1596 N_("Configuration error: Failed querying \"GetHostTimeDisabled\" as a boolean. (%Vrc)"), 1595 1597 rc); … … 1819 1821 NULL 1820 1822 }; 1821 1823 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 1824
Note:
See TracChangeset
for help on using the changeset viewer.