Changeset 31527 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp
- Timestamp:
- Aug 10, 2010 12:05:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64624
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp
r31517 r31527 286 286 if (RT_SUCCESS(vrc)) 287 287 { 288 vrc = VBoxGuestReport GuestDriverStatus(true /* Driver is active */);288 vrc = VBoxGuestReportDriverStatus(true /* Driver is active */); 289 289 if (RT_FAILURE(vrc)) 290 290 dprintf(("VBoxGuest::VBoxGuestPnp::IRP_MN_START_DEVICE: could not report guest driver status, vrc = %d\n", vrc));
Note:
See TracChangeset
for help on using the changeset viewer.