Changeset 44983 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-legacy.cpp
- Timestamp:
- Mar 11, 2013 1:34:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-legacy.cpp
r44980 r44983 115 115 if (NT_SUCCESS(rc)) 116 116 { 117 rc = vb oxguestwinInit(pDrvObj, pDeviceObject, pRegPath);117 rc = vbgdNtInit(pDrvObj, pDeviceObject, pRegPath); 118 118 if (NT_SUCCESS(rc)) 119 119 {
Note:
See TracChangeset
for help on using the changeset viewer.