source: box/trunk/lib/common/BeginStructPackForWire.h @ 217

Revision 217, 459 bytes checked in by martin, 6 years ago (diff)

Set svn:eol-style as appropriate for all files

  • Property svn:eol-style set to native
Line 
1// --------------------------------------------------------------------------
2//
3// File
4//              Name:    BeginStructPackForWire.h
5//              Purpose: Begin structure packing for wire
6//              Created: 25/11/03
7//
8// --------------------------------------------------------------------------
9
10// No header guard -- this is intentional
11
12#ifdef STRUCTURE_PACKING_FOR_WIRE_USE_HEADERS
13
14#pragma pack(1)
15
16#else
17
18        logical error -- check BoxPlatform.h and including file
19
20#endif
21
22
23
Note: See TracBrowser for help on using the repository browser.