Changeset 83794 in vbox for trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
- Timestamp:
- Apr 18, 2020 1:25:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/NetIf-win.cpp
r82968 r83794 1910 1910 { 1911 1911 std::list<BoundAdapter> boundAdapters; 1912 HRESULThr = netIfGetBoundAdapters(boundAdapters);1912 hr = netIfGetBoundAdapters(boundAdapters); 1913 1913 #if 0 1914 1914 if (hr != S_OK)
Note:
See TracChangeset
for help on using the changeset viewer.