summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/cocoaint/src/quartzcore/CVBase.inc
blob: 287cd76ef836969932c08990b418268baab2b943 (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
{ Parsed from Quartzcore.framework CVBase.h }

{$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}