Changeset 9536
- Timestamp:
- 06/09/08 13:54:00 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h
r9500 r9536 60 60 pParm->type = VMMDevHGCMParmType_LinAddr; 61 61 pParm->u.Pointer.size = cb; 62 pParm->u.Pointer.u.linearAddr = ( vmmDevHypPtr)pv;62 pParm->u.Pointer.u.linearAddr = (uintptr_t)pv; 63 63 } 64 64

