Changeset 83827 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp
- Timestamp:
- Apr 19, 2020 2:02:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp
r82968 r83827 34 34 } 35 35 36 #ifndef DOXYGEN_RUNNING 37 # if RT_MSC_PREREQ(RT_MSC_VER_VC141) 38 /* VBoxMPIOCTL.cpp(80): warning C4457: declaration of 'pRequestedAddress' hides function parameter (caused by VBOXMPIOCTL_HIDE) */ 39 # pragma warning(disable:4457 ) 40 # endif 41 #endif 42 36 43 /* Called for IOCTL_VIDEO_RESET_DEVICE. 37 44 * Reset device to a state it comes at system boot time. … … 88 95 pMapInfo->FrameBufferBase = (PUCHAR)pMapInfo->VideoRamBase; 89 96 pMapInfo->FrameBufferLength = 90 VBoxMPXpdmCurrentVideoMode(pExt)->VisScreenHeight *97 VBoxMPXpdmCurrentVideoMode(pExt)->VisScreenHeight * 91 98 VBoxMPXpdmCurrentVideoMode(pExt)->ScreenStride; 92 99
Note:
See TracChangeset
for help on using the changeset viewer.