summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/quartzcore/CVBase.inc
blob: 649fa0577ca67ce05aae3382f6863f4f259a390a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{ Parsed from Quartzcore.framework CVBase.h }
{ Version: 2.1.2 - Wed Dec 8 10:06:07 CET 2010 }


{$ifdef TYPES}
{$ifndef CVBASE_PAS_T}
{$define CVBASE_PAS_T}

{$endif}
{$endif}

{$ifdef RECORDS}
{$ifndef CVBASE_PAS_R}
{$define CVBASE_PAS_R}

{$endif}
{$endif}

{$ifdef FUNCTIONS}
{$ifndef CVBASE_PAS_F}
{$define CVBASE_PAS_F}

{$endif}
{$endif}

{$ifdef EXTERNAL_SYMBOLS}
{$ifndef CVBASE_PAS_S}
{$define CVBASE_PAS_S}

{$endif}
{$endif}