Changeset 38906 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm
- Timestamp:
- Sep 30, 2011 7:00:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r38771 r38906 657 657 658 658 int irc = RTR0Init(0); 659 LOGREL(("RTR0Init rc = %d\n", irc));660 659 if (RT_FAILURE(irc)) 661 660 { … … 719 718 ULONG rc = VideoPortInitialize(Context1, Context2, &vhwData, NULL); 720 719 if (rc != NO_ERROR) 721 { 722 LOGREL(("VideoPortInitialize failed with %#x", rc)); 723 } 724 725 LOGREL(("Driver Entry leave rc = %d\n", rc)); 720 LOG(("VideoPortInitialize failed with %#x", rc)); 721 726 722 LOGF_LEAVE(); 727 723 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.