DOMExtensions.inc 541 B

12345678910111213141516171819202122232425262728293031
  1. { Parsed from Webkit.framework DOMExtensions.h }
  2. { Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Sat Oct 10 8:19:00 ICT 2009 }
  3. {$ifdef TYPES}
  4. {$ifndef DOMEXTENSIONS_PAS_T}
  5. {$define DOMEXTENSIONS_PAS_T}
  6. {$endif}
  7. {$endif}
  8. {$ifdef RECORDS}
  9. {$ifndef DOMEXTENSIONS_PAS_R}
  10. {$define DOMEXTENSIONS_PAS_R}
  11. {$endif}
  12. {$endif}
  13. {$ifdef FUNCTIONS}
  14. {$ifndef DOMEXTENSIONS_PAS_F}
  15. {$define DOMEXTENSIONS_PAS_F}
  16. {$endif}
  17. {$endif}
  18. {$ifdef EXTERNAL_SYMBOLS}
  19. {$ifndef DOMEXTENSIONS_PAS_S}
  20. {$define DOMEXTENSIONS_PAS_S}
  21. {$endif}
  22. {$endif}