Changeset 21644 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
- Timestamp:
- Jul 16, 2009 11:54:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
r21227 r21644 53 53 54 54 #include <iprt/spinlock.h> 55 #include <iprt/memobj.h> 55 56 56 57 #include <VBox/VMMDev.h> … … 181 182 ULONG hypervisorMappingSize; 182 183 184 /* Patch memory object. */ 185 RTR0MEMOBJ PatchMemObj; 186 183 187 /* Physical address and length of VMMDev memory */ 184 188 PHYSICAL_ADDRESS memoryAddress;
Note:
See TracChangeset
for help on using the changeset viewer.