Changeset 38598 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 1, 2011 1:14:53 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 73801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r38592 r38598 171 171 * following it (to grow into and align the struct size). 172 172 */ 173 #if HC_ARCH_BITS == 32 /* Disabled for now to prevent a zero-sized array. */ 173 174 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 20 : 0]; 175 #endif 174 176 175 177 /** Windows part. */
Note:
See TracChangeset
for help on using the changeset viewer.