Changeset 84466 in vbox
- Timestamp:
- May 22, 2020 8:59:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevCoreTypes.h
r82968 r84466 291 291 # pragma pack(4) /* We force structure dword packing here for hysterical raisins. Saves us 4 bytes, at the cost of 292 292 misaligning the value64 member of every other parameter structure. */ 293 typedef struct 293 typedef struct HGCMFunctionParameter32 294 294 { 295 295 HGCMFunctionParameterType type; … … 375 375 # pragma pack(4)/* We force structure dword packing here for hysterical raisins. Saves us 4 bytes, 376 376 at the cost of misaligning the value64 members. */ 377 typedef struct 377 typedef struct HGCMFunctionParameter64 378 378 { 379 379 HGCMFunctionParameterType type;
Note:
See TracChangeset
for help on using the changeset viewer.