Changeset 58974 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- Dec 3, 2015 5:17:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r58972 r58974 7437 7437 7438 7438 #ifdef VBOX_WDDM_WIN8 7439 LOGREL(("VBox WDDM Driver for Windows 8 version %d.%d.%dr%d, %d bit; Built %s %s",7439 LOGREL(("VBox WDDM Driver for Windows 8+ version %d.%d.%dr%d, %d bit; Built %s %s", 7440 7440 VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV, 7441 7441 (sizeof (void*) << 3), __DATE__, __TIME__)); … … 7446 7446 #endif 7447 7447 7448 if (! ARGUMENT_PRESENT(DriverObject) || 7449 ! ARGUMENT_PRESENT(RegistryPath)) 7450 { 7448 if ( !ARGUMENT_PRESENT(DriverObject) 7449 || !ARGUMENT_PRESENT(RegistryPath)) 7451 7450 return STATUS_INVALID_PARAMETER; 7452 }7453 7451 7454 7452 vboxWddmDrvCfgInit(RegistryPath);
Note:
See TracChangeset
for help on using the changeset viewer.