Changeset 38407 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 10, 2011 3:45:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h
r36318 r38407 126 126 * ASSUMES that vbglR0Enter has been called already. 127 127 */ 128 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64) 129 /* Disable the PageList feature for 64 bit Windows, because shared folders do not work, 130 * if this is enabled. This should be reenabled again when the problem is fixed. 131 */ 132 #define VBGLR0_CAN_USE_PHYS_PAGE_LIST() \ 133 ( 0 ) 134 #else 128 135 #define VBGLR0_CAN_USE_PHYS_PAGE_LIST() \ 129 136 ( !!(g_vbgldata.hostVersion.features & VMMDEV_HVF_HGCM_PHYS_PAGE_LIST) ) 137 #endif 130 138 131 139 int vbglR0Enter (void);
Note:
See TracChangeset
for help on using the changeset viewer.