VirtualBox

Changeset 489 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jan 31, 2007 11:25:57 PM (18 years ago)
Author:
vboxsync
Message:

64-bit alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r446 r489  
    6969      || ((RT_HIWORD(additionsVersion) == RT_HIWORD(VMMDEV_VERSION) \
    7070          && RT_LOWORD(additionsVersion) > RT_LOWORD(VMMDEV_VERSION))
     71
     72#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    7173
    7274/* Whenever host wants to inform guest about something
     
    15911593        pData->fGetHostTimeDisabled = false;
    15921594    else if (VBOX_FAILURE(rc))
    1593         return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, 
     1595        return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS,
    15941596                                   N_("Configuration error: Failed querying \"GetHostTimeDisabled\" as a boolean. (%Vrc)"),
    15951597                                   rc);
     
    18191821    NULL
    18201822};
    1821 
     1823#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     1824
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette