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