VirtualBox

Changeset 39102 in vbox for trunk/src


Ignore:
Timestamp:
Oct 25, 2011 2:55:58 AM (13 years ago)
Author:
vboxsync
Message:

NAT: win build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/debug.c

    r39101 r39102  
    439439{
    440440    size_t cb = 0;
    441     NOREF(cchWidth);
    442     NOREF(cchPrecision);
    443     NOREF(fFlags);
    444     NOREF(pvUser);
    445441#ifdef RT_OS_WINDOWS
    446442    WSANETWORKEVENTS *pNetworkEvents = (WSANETWORKEVENTS*)pvValue;
    447443    bool fDelim = false;
    448 
     444#endif
     445
     446    NOREF(cchWidth);
     447    NOREF(cchPrecision);
     448    NOREF(fFlags);
     449    NOREF(pvUser);
     450
     451#ifdef RT_OS_WINDOWS
    449452    AssertReturn(strcmp(pszType, "natwinnetevents") == 0, 0);
    450453
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