vbox的更動 63005 路徑 trunk/src/VBox/NetworkServices
- 時間撮記:
- 2016-8-4 下午08:19:20 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/NetworkServices/NAT/lwipopts.h
r62481 r63005 19 19 #define _VBOX_NETNAT_LWIP_OPTS_H_ 20 20 21 #include <VBox/cdefs.h> /* For VBOX_STRICT. */ 21 22 #include <iprt/mem.h> 22 23 #include <iprt/alloca.h> /* This may include malloc.h (msc), which is something that has … … 194 195 #define free(x) RTMemFree(x) 195 196 197 /* Align VBOX_STRICT and LWIP_NOASSERT. */ 198 #ifndef VBOX_STRICT 199 # define LWIP_NOASSERT 1 200 #endif 201 196 202 #endif /* _VBOX_NETNAT_LWIP_OPTS_H_ */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器