Changeset 62841 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Aug 1, 2016 5:20:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r62521 r62841 46 46 47 47 #include "SysHlp.h" 48 49 #pragma pack(4) /** @todo r=bird: What do we need packing for here? None of these structures are shared between drivers AFAIK. */50 48 51 49 struct _VBGLPHYSHEAPBLOCK; … … 125 123 126 124 127 #pragma pack()128 129 125 #ifndef VBGL_DECL_DATA 130 126 extern VBGLDATA g_vbgldata;
Note:
See TracChangeset
for help on using the changeset viewer.