Changeset 50074 in vbox
- Timestamp:
- Jan 14, 2014 5:14:14 AM (11 years ago)
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-namespace.h
r50070 r50074 222 222 #define lwip_etharp_init() 223 223 224 #ifndef htons225 # define htons lwip_htons226 #endif227 228 #ifndef ntohs229 # define ntohs lwip_ntohs230 #endif231 232 #ifndef htonl233 # define htonl lwip_htonl234 #endif235 236 #ifndef ntohl237 # define ntohl lwip_ntohl238 #endif239 224 #endif /* _VBOX_LWIP_NAMESPACE_H_ */ -
trunk/src/VBox/Devices/Network/lwipopts.h
r50066 r50074 111 111 112 112 /** Attempt to get rid of htons etc. macro issues. */ 113 # defineLWIP_PREFIX_BYTEORDER_FUNCS113 #undef LWIP_PREFIX_BYTEORDER_FUNCS 114 114 115 115 #define LWIP_NOASSERT 0
Note:
See TracChangeset
for help on using the changeset viewer.