1234567891011121314151617181920212223242526272829 |
- { Parsed from Quartzcore.framework CVHostTime.h }
- {$ifdef TYPES}
- {$ifndef CVHOSTTIME_PAS_T}
- {$define CVHOSTTIME_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef CVHOSTTIME_PAS_R}
- {$define CVHOSTTIME_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef CVHOSTTIME_PAS_F}
- {$define CVHOSTTIME_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef CVHOSTTIME_PAS_S}
- {$define CVHOSTTIME_PAS_S}
- {$endif}
- {$endif}
|