Annotation of ntddk/src/network/inc/packoff.h, revision 1.1

1.1     ! root        1: /*++
        !             2: 
        !             3: Copyright (c) 1990,91  Microsoft Corporation
        !             4: 
        !             5: Module Name:
        !             6: 
        !             7:     packoff.h
        !             8: 
        !             9: Abstract:
        !            10: 
        !            11:     This file turns packing of structures off.  (That is, it enables
        !            12:     automatic alignment of structure fields.)  An include file is needed
        !            13:     because various compilers do this in different ways.
        !            14: 
        !            15:     packoff.h is the complement to packon.h.  An inclusion of packoff.h
        !            16:     MUST ALWAYS be preceded by an inclusion of packon.h, in one-to-one
        !            17:     correspondence.
        !            18: 
        !            19: Author:
        !            20: 
        !            21:     Chuck Lenzmeier (chuckl) 4-Mar-1990
        !            22: 
        !            23: Revision History:
        !            24: 
        !            25:     15-Apr-1991 JohnRo
        !            26:         Created lint-able variant.
        !            27: --*/
        !            28: 
        !            29: #if ! (defined(lint) || defined(_lint))
        !            30: #if ( _MSC_VER >= 800 )
        !            31: #pragma warning(disable:4103)
        !            32: #endif
        !            33: #pragma pack()
        !            34: #endif // ! (defined(lint) || defined(_lint))

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.