Changeset 17229 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- Mar 2, 2009 9:51:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17174 r17229 610 610 ULONG uComponentStatus; 611 611 hr = pMpNcc->GetDeviceStatus(&uComponentStatus); 612 #ifndef DEBUG_bird613 Assert(hr == S_OK);614 #endif612 //#ifndef DEBUG_bird 613 // Assert(hr == S_OK); 614 //#endif 615 615 if(hr == S_OK) 616 616 {
Note:
See TracChangeset
for help on using the changeset viewer.