Changeset 9243 in vbox for trunk/include/VBox/pdmdev.h
- Timestamp:
- May 30, 2008 11:50:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r9212 r9243 329 329 # define PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT PDM_DEVREG_FLAGS_GUEST_BITS_32 330 330 #elif GC_ARCH_BITS == 64 331 # define PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT PDM_DEVREG_FLAGS_GUEST_BITS_ 64331 # define PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT PDM_DEVREG_FLAGS_GUEST_BITS_32_64 332 332 #else 333 333 # error Unsupported GC_ARCH_BITS value.
Note:
See TracChangeset
for help on using the changeset viewer.