Mac OS 9
ScalerTypes.h
Go to the documentation of this file.
1 
19 #ifndef __SCALERTYPES__
20 #define __SCALERTYPES__
21 
22 #ifndef __SCALERSTREAMTYPES__
23 #include <ScalerStreamTypes.h>
24 #endif
25 
26 #if PRAGMA_ONCE
27 #pragma once
28 #endif
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 #if PRAGMA_IMPORT
35 #pragma import on
36 #endif
37 
38 #if PRAGMA_STRUCT_ALIGN
39 #pragma options align = mac68k
40 #elif PRAGMA_STRUCT_PACKPUSH
41 #pragma pack(push, 2)
42 #elif PRAGMA_STRUCT_PACK
43 #pragma pack(2)
44 #endif
45 
46 #if PRAGMA_STRUCT_ALIGN
47 #pragma options align = reset
48 #elif PRAGMA_STRUCT_PACKPUSH
49 #pragma pack(pop)
50 #elif PRAGMA_STRUCT_PACK
51 #pragma pack()
52 #endif
53 
54 #ifdef PRAGMA_IMPORT_OFF
55 #pragma import off
56 #elif PRAGMA_IMPORT
57 #pragma import reset
58 #endif
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif
Scaler streaming data structures and constants for OFA 1.x.