VirtualBox

Changeset 17905 in vbox


Ignore:
Timestamp:
Mar 16, 2009 8:12:39 AM (16 years ago)
Author:
vboxsync
Message:

win OSE fix

Location:
trunk/src/VBox/Main/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r17904 r17905  
    22292229}
    22302230
    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 */
    22412232
    22422233
  • trunk/src/VBox/Main/win/svchlp.cpp

    r17835 r17905  
    282282            case SVCHlpMsg::DhcpRediscover:
    283283            {
     284#ifdef VBOX_WITH_NETFLT
    284285                vrc = netIfNetworkInterfaceHelperServer (this, msgCode);
     286#endif
    285287                break;
    286288            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette