mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
* Move inlcude platform.inc before
interface, so that global switches are allowed git-svn-id: trunk@5885 -
This commit is contained in:
parent
d2711a7013
commit
f9e00ff2d9
@ -45,12 +45,12 @@
|
||||
|
||||
UNIT Memory;
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
INTERFACE
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -21,6 +21,7 @@
|
||||
****************************************************************************}
|
||||
unit tabs;
|
||||
|
||||
{$I platform.inc} (* Multi-platform support defines *)
|
||||
{$CODEPAGE cp437}
|
||||
|
||||
interface
|
||||
@ -28,7 +29,6 @@ interface
|
||||
uses
|
||||
objects, drivers, views, fvconsts;
|
||||
|
||||
{$I platform.inc} (* Multi-platform support defines *)
|
||||
|
||||
type
|
||||
PTabItem = ^TTabItem;
|
||||
|
Loading…
Reference in New Issue
Block a user