Changeset 11643
- Timestamp:
- 08/26/08 09:39:08 (3 months ago)
- Files:
-
- trunk/include/VBox/VBoxGuest.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/VBoxGuest.h
r11642 r11643 53 53 typedef RTGCPHYS64 VMMDEVHYPPHYS64; 54 54 55 #if defined(VBOX_WITH_64_BITS_GUESTS) && defined(ARCH_BITS == 64)55 #if defined(VBOX_WITH_64_BITS_GUESTS) && ARCH_BITS == 64 56 56 # define VMMDEVHYPPTR VMMDEVHYPPTR64 57 57 # define VMMDEVHYPPHYS VMMDEVHYPPHYS64

