/jcl/source/include/crossplatform.inc
Pascal | 35 lines | 0 code | 3 blank | 32 comment | 0 complexity | 34cf5df4672ba94a0dc33302d9504ef2 MD5 | raw file
Possible License(s): BSD-3-Clause
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 24// This inc file depends on jedi.inc which has to 25// be included first (usually indirectly through 26// the inclusion of jcl.inc). 27 28// Suppress platform warnings which are irrelevant 29// because the including unit inherently has to handle 30// platform specifics already. 31 32{$IFDEF SUPPORTS_PLATFORM_WARNINGS} 33 {$WARN UNIT_PLATFORM OFF} 34 {$WARN SYMBOL_PLATFORM OFF} 35{$ENDIF SUPPORTS_PLATFORM_WARNINGS}