Changeset 63005 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Aug 4, 2016 8:19:20 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109617
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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_ */
Note:
See TracChangeset
for help on using the changeset viewer.