VirtualBox

vbox的更動 63005 路徑 trunk/src/VBox/NetworkServices


忽略:
時間撮記:
2016-8-4 下午08:19:20 (8 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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_ */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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