12345678910111213141516171819202122232425262728293031 |
- { Parsed from Appkit.framework NSAppleScriptExtensions.h }
- { Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
- {$ifdef TYPES}
- {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_T}
- {$define NSAPPLESCRIPTEXTENSIONS_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_R}
- {$define NSAPPLESCRIPTEXTENSIONS_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_F}
- {$define NSAPPLESCRIPTEXTENSIONS_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_S}
- {$define NSAPPLESCRIPTEXTENSIONS_PAS_S}
- {$endif}
- {$endif}
|