12345678910111213141516171819202122232425262728293031 |
- { Parsed from Webkit.framework DOMExtensions.h }
- { Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Sat Oct 10 8:19:00 ICT 2009 }
- {$ifdef TYPES}
- {$ifndef DOMEXTENSIONS_PAS_T}
- {$define DOMEXTENSIONS_PAS_T}
- {$endif}
- {$endif}
- {$ifdef RECORDS}
- {$ifndef DOMEXTENSIONS_PAS_R}
- {$define DOMEXTENSIONS_PAS_R}
- {$endif}
- {$endif}
- {$ifdef FUNCTIONS}
- {$ifndef DOMEXTENSIONS_PAS_F}
- {$define DOMEXTENSIONS_PAS_F}
- {$endif}
- {$endif}
- {$ifdef EXTERNAL_SYMBOLS}
- {$ifndef DOMEXTENSIONS_PAS_S}
- {$define DOMEXTENSIONS_PAS_S}
- {$endif}
- {$endif}
|