Define PACK_STRUCT_USE_INCLUDES to support packing (netbios app doesn't work without)

This commit is contained in:
goldsimon 2007-10-28 14:19:46 +00:00
parent eb0ff133ad
commit f949381963

View File

@ -69,6 +69,7 @@ typedef u32_t mem_ptr_t;
/* Compiler hints for packing structures */
#define PACK_STRUCT_STRUCT
#define PACK_STRUCT_USE_INCLUDES
/* Plaform specific diagnostic output */
#define LWIP_PLATFORM_DIAG(x) do {printf x;} while(0)