Changeset 36631 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 8, 2011 7:25:59 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r36630 r36631 1823 1823 ComPtr<IPciDeviceAttachment> Assignment = assignments[index]; 1824 1824 char szHostPciAddress[32], szGuestPciAddress[32]; 1825 int32_tiHostPciAddress = -1, iGuestPciAddress = -1;1825 LONG iHostPciAddress = -1, iGuestPciAddress = -1; 1826 1826 Bstr DevName; 1827 1827
Note:
See TracChangeset
for help on using the changeset viewer.