/packages/cocoaint/src/webkit/DOMEvents.inc
Unknown | 29 lines | 21 code | 8 blank | 0 comment | 0 complexity | c52ccf45a0c4e881cab60e5db993c0e4 MD5 | raw file
Possible License(s): LGPL-2.0, LGPL-2.1, LGPL-3.0
1{ Parsed from Webkit.framework DOMEvents.h } 2 3{$ifdef TYPES} 4{$ifndef DOMEVENTS_PAS_T} 5{$define DOMEVENTS_PAS_T} 6 7{$endif} 8{$endif} 9 10{$ifdef RECORDS} 11{$ifndef DOMEVENTS_PAS_R} 12{$define DOMEVENTS_PAS_R} 13 14{$endif} 15{$endif} 16 17{$ifdef FUNCTIONS} 18{$ifndef DOMEVENTS_PAS_F} 19{$define DOMEVENTS_PAS_F} 20 21{$endif} 22{$endif} 23 24{$ifdef EXTERNAL_SYMBOLS} 25{$ifndef DOMEVENTS_PAS_S} 26{$define DOMEVENTS_PAS_S} 27 28{$endif} 29{$endif}