Changeset 25746 in vbox
- Timestamp:
- Jan 12, 2010 10:17:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIf-win.cpp
r25150 r25746 975 975 ULONG uComponentStatus; 976 976 hr = pMpNcc->GetDeviceStatus(&uComponentStatus); 977 //#ifndef DEBUG_bird978 // Assert(hr == S_OK);979 //#endif980 977 if(hr == S_OK) 981 978 { … … 1458 1455 ULONG uComponentStatus; 1459 1456 hr = pMpNcc->GetDeviceStatus(&uComponentStatus); 1460 //#ifndef DEBUG_bird1461 // Assert(hr == S_OK);1462 //#endif1463 1457 if(hr == S_OK) 1464 1458 {
Note:
See TracChangeset
for help on using the changeset viewer.