Changeset 3669 in vbox for trunk/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp
- Timestamp:
- Jul 17, 2007 9:12:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp
r2981 r3669 137 137 NetworkAdapter::COMSETTER(HostInterface)(INPTR BSTR hostInterface) 138 138 { 139 #ifdef __LINUX__139 #ifdef RT_OS_LINUX 140 140 // empty strings are not allowed as path names 141 141 if (hostInterface && !(*hostInterface))
Note:
See TracChangeset
for help on using the changeset viewer.