Changeset 40207 in vbox
- Timestamp:
- Feb 22, 2012 9:24:22 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76380
- Location:
- trunk/src/VBox/Additions/common/VBoxGuestLib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r28800 r40207 29 29 30 30 #ifdef RT_OS_WINDOWS 31 # undef PAGE_SIZE 32 # undef PAGE_SHIFT 31 33 # if (_MSC_VER >= 1400) && !defined(VBOX_WITH_PATCHED_DDK) 32 34 # include <iprt/asm.h> -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c
r39553 r40207 507 507 508 508 pPgLst->flags = VBOX_HGCM_F_PARM_DIRECTION_TO_HOST; 509 pPgLst->offFirstPage = PhysBuffer & PAGE_OFFSET_MASK;509 pPgLst->offFirstPage = (uint16_t)(PhysBuffer & PAGE_OFFSET_MASK); 510 510 pPgLst->cPages = cPages; 511 511 PhysBuffer &= ~(RTCCPHYS)PAGE_OFFSET_MASK; -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h
r39554 r40207 30 30 #ifndef _NTIFS_ 31 31 # ifdef RT_OS_WINDOWS 32 # undef PAGE_SIZE 33 # undef PAGE_SHIFT 32 34 # if (_MSC_VER >= 1400) && !defined(VBOX_WITH_PATCHED_DDK) 33 35 # include <iprt/asm.h>
Note:
See TracChangeset
for help on using the changeset viewer.