Changeset 17173 in vbox for trunk/src/VBox
- Timestamp:
- Feb 26, 2009 3:26:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17172 r17173 700 700 } 701 701 702 static bool bTest = true;703 704 702 int NetIfList(std::list <ComObjPtr <HostNetworkInterface> > &list) 705 703 { 706 if(bTest)707 {708 bTest = false;709 Assert(0);710 enableStatic();711 }712 713 704 #ifndef VBOX_WITH_NETFLT 714 705 static const char *NetworkKey = "SYSTEM\\CurrentControlSet\\Control\\Network\\"
Note:
See TracChangeset
for help on using the changeset viewer.