- Timestamp:
- Jul 23, 2019 4:43:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r79864 r79934 24 24 #include <iprt/asm.h> 25 25 #include <iprt/param.h> 26 #include <iprt/initterm.h> 26 27 27 28 #include <VBox/VBoxGuestLib.h> … … 7883 7884 vboxVDbgBreakFv(); 7884 7885 7886 int irc = RTR0Init(0); 7887 if (RT_FAILURE(irc)) 7888 { 7889 RTLogBackdoorPrintf("VBoxGuest: RTR0Init failed: %Rrc!\n", irc); 7890 return STATUS_UNSUCCESSFUL; 7891 } 7892 7885 7893 #if 0//def DEBUG_misha 7886 7894 RTLogGroupSettings(0, "+default.e.l.f.l2.l3");
Note:
See TracChangeset
for help on using the changeset viewer.