Changeset 4770 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2007 1:20:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/i8042prt/i8042dep.c
r1 r4770 1341 1341 { 1342 1342 dprintf(("i8042prt::DriverEntry: could not initialize guest library, rc = %Vrc\n", vboxRC)); 1343 status = STATUS_UNSUCCESSFUL; 1344 goto I8042InitializeExit; 1343 /* Continue working in non-VBox mode. */ 1345 1344 } 1346 1345 else … … 1376 1375 1377 1376 dprintf(("i8042prt::DriverEntry: could not allocate request buffer, rc = %Vrc\n", vboxRC)); 1378 status = STATUS_UNSUCCESSFUL; 1379 goto I8042InitializeExit; 1377 /* Continue working in non-VBox mode. */ 1380 1378 } 1381 1379 }
Note:
See TracChangeset
for help on using the changeset viewer.