Changeset 23700 in vbox
- Timestamp:
- Oct 12, 2009 3:12:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r23699 r23700 2091 2091 { 2092 2092 rc = Req.Hdr.rc; 2093 if (RT_SUCCESS(rc) 2093 if (RT_SUCCESS(rc)) 2094 2094 *pCaps = Req.u.Out.Caps; 2095 2095 }
Note:
See TracChangeset
for help on using the changeset viewer.