Changeset 17905 in vbox
- Timestamp:
- Mar 16, 2009 8:12:39 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17904 r17905 2229 2229 } 2230 2230 2231 #else /* !VBOX_WITH_NETFLT */ 2232 2233 int netIfNetworkInterfaceHelperServer (SVCHlpClient *aClient, 2234 SVCHlpMsg::Code aMsgCode) 2235 { 2236 /* dummy */ 2237 return VINF_SUCCESS; 2238 } 2239 2240 #endif /* ! VBOX_WITH_NETFLT */ 2231 #endif /* VBOX_WITH_NETFLT */ 2241 2232 2242 2233 -
trunk/src/VBox/Main/win/svchlp.cpp
r17835 r17905 282 282 case SVCHlpMsg::DhcpRediscover: 283 283 { 284 #ifdef VBOX_WITH_NETFLT 284 285 vrc = netIfNetworkInterfaceHelperServer (this, msgCode); 286 #endif 285 287 break; 286 288 }
Note:
See TracChangeset
for help on using the changeset viewer.