|
|
1.1 ! root 1: /*++ ! 2: ! 3: Copyright (c) 1990,91 Microsoft Corporation ! 4: ! 5: Module Name: ! 6: ! 7: packon.h ! 8: ! 9: Abstract: ! 10: ! 11: This file turns packing of structures on. (That is, it disables ! 12: automatic alignment of structure fields.) An include file is needed ! 13: because various compilers do this in different ways. ! 14: ! 15: The file packoff.h is the complement to this file. ! 16: ! 17: Author: ! 18: ! 19: Chuck Lenzmeier (chuckl) 4-Mar-1990 ! 20: ! 21: Revision History: ! 22: ! 23: 15-Apr-1991 JohnRo ! 24: Created lint-able variant. ! 25: --*/ ! 26: ! 27: #if ! (defined(lint) || defined(_lint)) ! 28: #if ( _MSC_VER >= 800 ) ! 29: #pragma warning(disable:4103) ! 30: #endif ! 31: #pragma pack(1) // x86, MS compiler; MIPS, MIPS compiler ! 32: #endif // ! (defined(lint) || defined(_lint))
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.