summaryrefslogtreecommitdiff
path: root/lib/common/EndStructPackForWire.h
blob: 82637f3373867cdd4fbe716f3e482fab40c2dfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// --------------------------------------------------------------------------
//
// File
//		Name:    EndStructPackForWire.h
//		Purpose: End structure packing for wire
//		Created: 25/11/03
//
// --------------------------------------------------------------------------

// No header guard -- this is intentional

#ifdef STRUCTURE_PACKING_FOR_WIRE_USE_HEADERS

#pragma pack()

#else

	logical error -- check BoxPlatform.h and including file

#endif