fcl-js.inc 168 B

123456789
  1. {$mode objfpc}{$H+}
  2. {$if defined(fpc) or defined(NodeJS)}
  3. {$define HasFileWriter}
  4. {$endif}
  5. {$IF FPC_FULLVERSION>30100}
  6. {$warn 6058 off} // cannot inline
  7. {$ENDIF}