VirtualBox

Ignore:
Timestamp:
Aug 4, 2016 8:19:20 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109617
Message:

lwip,nat: Try figure LWIP_NOASSERT in the two lwipopts.h files, linking it to VBOX_ASSERT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/lwipopts.h

    r62481 r63005  
    1919#define _VBOX_NETNAT_LWIP_OPTS_H_
    2020
     21#include <VBox/cdefs.h>     /* For VBOX_STRICT. */
    2122#include <iprt/mem.h>
    2223#include <iprt/alloca.h>    /* This may include malloc.h (msc), which is something that has
     
    194195#define free(x) RTMemFree(x)
    195196
     197/* Align VBOX_STRICT and LWIP_NOASSERT. */
     198#ifndef VBOX_STRICT
     199# define LWIP_NOASSERT 1
     200#endif
     201
    196202#endif /* _VBOX_NETNAT_LWIP_OPTS_H_ */
Note: See TracChangeset for help on using the changeset viewer.

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