Changeset 7084 in vbox for trunk/include/iprt/types.h
- Timestamp:
- Feb 21, 2008 7:26:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r7067 r7084 741 741 742 742 /** Guest Physical Memory Address.*/ 743 typedef uint 64_t RTGCPHYS;743 typedef uint32_t RTGCPHYS; 744 744 /** Pointer to Guest Physical Memory Address. */ 745 745 typedef RTGCPHYS *PRTGCPHYS;
Note:
See TracChangeset
for help on using the changeset viewer.