/[lwip]/contrib/ports/msvc6/include/arch/cc.h
ViewVC logotype

Diff of /contrib/ports/msvc6/include/arch/cc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by proff_fs, Thu Jul 17 15:42:53 2003 UTC revision 1.5 by christiaans, Thu Dec 8 08:20:07 2005 UTC
# Line 51  typedef signed     long    s32_t; Line 51  typedef signed     long    s32_t;
51    
52  typedef u32_t mem_ptr_t;  typedef u32_t mem_ptr_t;
53    
54    #define U16_F "hu"
55    #define S16_F "hd"
56    #define X16_F "hx"
57    #define U32_F "lu"
58    #define S32_F "ld"
59    #define X32_F "lx"
60    
61  /* Compiler hints for packing structures */  /* Compiler hints for packing structures */
62  #define PACK_STRUCT_FIELD(x) x  #define PACK_STRUCT_FIELD(x) x
63  #define PACK_STRUCT_STRUCT  #define PACK_STRUCT_STRUCT

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26