Changeset 22540 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
- Timestamp:
- Aug 27, 2009 9:58:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r22469 r22540 30 30 #include <VBoxDisplay.h> 31 31 32 #ifdef VBOX_WITH_HGSMI33 #include <iprt/initterm.h>34 #endif35 36 32 #if _MSC_VER >= 1400 /* bird: MS fixed swprintf to be standard-conforming... */ 37 33 #define _INC_SWPRINTF_INL_ … … 63 59 VIDEO_HW_INITIALIZATION_DATA InitData; 64 60 ULONG rc; 65 66 #ifdef VBOX_WITH_HGSMI67 RTR0Init(0);68 #endif69 61 70 62 dprintf(("VBoxVideo::DriverEntry. Built %s %s\n", __DATE__, __TIME__)); … … 1216 1208 ((PDEVICE_EXTENSION)HwDeviceExtension)->u.primary.IOPortGuest = 0; 1217 1209 1218 VIDEO_ACCESS_RANGE tmpRanges[ 2];1210 VIDEO_ACCESS_RANGE tmpRanges[4]; 1219 1211 ULONG slot; 1212 1213 VideoPortZeroMemory(tmpRanges, sizeof(tmpRanges)); 1220 1214 1221 1215 /* need to call VideoPortGetAccessRanges to ensure interrupt info in ConfigInfo gets set up */
Note:
See TracChangeset
for help on using the changeset viewer.