From f949381963b4e2a8b892b4db86801b11eed7beef Mon Sep 17 00:00:00 2001 From: goldsimon Date: Sun, 28 Oct 2007 14:19:46 +0000 Subject: [PATCH] Define PACK_STRUCT_USE_INCLUDES to support packing (netbios app doesn't work without) --- ports/msvc6/include/arch/cc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/msvc6/include/arch/cc.h b/ports/msvc6/include/arch/cc.h index 0e191ec..8c64864 100644 --- a/ports/msvc6/include/arch/cc.h +++ b/ports/msvc6/include/arch/cc.h @@ -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)