/jcl/source/include/crossplatform.inc

https://github.com/the-Arioch/jcl · Pascal · 35 lines · 0 code · 3 blank · 32 comment · 0 complexity · 34cf5df4672ba94a0dc33302d9504ef2 MD5 · raw file

  1. {**************************************************************************************************}
  2. { }
  3. { The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");}
  4. { you may not use this file except in compliance with the License. You may obtain a copy of the }
  5. { License at http://www.mozilla.org/MPL/ }
  6. { }
  7. { Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF }
  8. { ANY KIND, either express or implied. See the License for the specific language governing rights }
  9. { and limitations under the License. }
  10. { }
  11. { The Original Code is: crossplatform.inc, released on 2004-05-16. }
  12. { }
  13. { You may retrieve the latest version of this file at the JCL home page, }
  14. { located at http://jcl.sourceforge.net/ }
  15. { }
  16. {**************************************************************************************************}
  17. { }
  18. { Last modified: $Date:: $ }
  19. { Revision: $Rev:: $ }
  20. { Author: $Author:: $ }
  21. { }
  22. {**************************************************************************************************}
  23. // This inc file depends on jedi.inc which has to
  24. // be included first (usually indirectly through
  25. // the inclusion of jcl.inc).
  26. // Suppress platform warnings which are irrelevant
  27. // because the including unit inherently has to handle
  28. // platform specifics already.
  29. {$IFDEF SUPPORTS_PLATFORM_WARNINGS}
  30. {$WARN UNIT_PLATFORM OFF}
  31. {$WARN SYMBOL_PLATFORM OFF}
  32. {$ENDIF SUPPORTS_PLATFORM_WARNINGS}