VirtualBox

Changeset 49119 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2013 3:05:37 PM (11 years ago)
Author:
vboxsync
Message:

VBoxNetNAT: drops Windows's limitation on registering listeners.

Location:
trunk/src/VBox/NetworkServices/NAT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r49016 r49119  
    4242VBoxNetLwipNAT_NAME = VBoxNetNAT
    4343VBoxNetLwipNAT_DEFS += ${LWIP_DEFS} IPv6
    44 VBoxNetLwipNAT_DEFS.win += _WIN32_WINNT=0x501 # Windows XP
     44VBoxNetLwipNAT_DEFS.win += VBOX_COM_OUTOFPROC_MODULE _WIN32_WINNT=0x501 # Windows XP
    4545VBoxNetLwipNAT_SOURCES += VBoxNetLwipNAT.cpp    \
    4646        ../NetLib/VBoxNetBaseService.cpp \
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r49113 r49119  
    893893    m_ProxyOptions.ipv6_defroute = fIPv6DefaultRoute;
    894894
    895 #if !defined(RT_OS_WINDOWS)
    896895    /* XXX: Temporaly disabled this code on Windows for further debugging */
    897896    ComPtr<IEventSource> pES;
     
    915914
    916915    m_listener = listener;
    917 #endif
    918916
    919917    com::Bstr bstrSourceIp4Key = com::BstrFmt("NAT/%s/SourceIp4",m_Network.c_str());
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