VirtualBox

Changeset 84466 in vbox


Ignore:
Timestamp:
May 22, 2020 8:59:27 PM (5 years ago)
Author:
vboxsync
Message:

VMMDevCoreTypes.h: VC++ 14.2 warning. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDevCoreTypes.h

    r82968 r84466  
    291291#  pragma pack(4) /* We force structure dword packing here for hysterical raisins.  Saves us 4 bytes, at the cost of
    292292                     misaligning the value64 member of every other parameter structure. */
    293 typedef struct
     293typedef struct HGCMFunctionParameter32
    294294{
    295295    HGCMFunctionParameterType type;
     
    375375#  pragma pack(4)/* We force structure dword packing here for hysterical raisins.  Saves us 4 bytes,
    376376                    at the cost of misaligning the value64 members. */
    377 typedef struct
     377typedef struct HGCMFunctionParameter64
    378378{
    379379    HGCMFunctionParameterType type;
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