Changeset 528 in vbox for trunk/include
- Timestamp:
- Feb 2, 2007 1:31:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r477 r528 75 75 /** Pointer to the next item in the pending list - GC Pointer. */ 76 76 GCPTRTYPE(PPDMQUEUEITEMCORE) pNextGC; 77 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32 78 uint32_t Alignment0; 79 #endif 77 80 } PDMQUEUEITEMCORE; 78 81
Note:
See TracChangeset
for help on using the changeset viewer.