/packages/cocoaint/src/webkit/DOMEvents.inc

https://github.com/slibre/freepascal · Unknown · 29 lines · 21 code · 8 blank · 0 comment · 0 complexity · c52ccf45a0c4e881cab60e5db993c0e4 MD5 · raw file

  1. { Parsed from Webkit.framework DOMEvents.h }
  2. {$ifdef TYPES}
  3. {$ifndef DOMEVENTS_PAS_T}
  4. {$define DOMEVENTS_PAS_T}
  5. {$endif}
  6. {$endif}
  7. {$ifdef RECORDS}
  8. {$ifndef DOMEVENTS_PAS_R}
  9. {$define DOMEVENTS_PAS_R}
  10. {$endif}
  11. {$endif}
  12. {$ifdef FUNCTIONS}
  13. {$ifndef DOMEVENTS_PAS_F}
  14. {$define DOMEVENTS_PAS_F}
  15. {$endif}
  16. {$endif}
  17. {$ifdef EXTERNAL_SYMBOLS}
  18. {$ifndef DOMEVENTS_PAS_S}
  19. {$define DOMEVENTS_PAS_S}
  20. {$endif}
  21. {$endif}