mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* lowercase all platform.inc inclusions for fpdoc's sake.
git-svn-id: trunk@11642 -
This commit is contained in:
parent
820a9ad8e8
commit
92d95bcab5
@ -38,7 +38,7 @@ UNIT App;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -30,7 +30,7 @@ UNIT AsciiTab;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -40,7 +40,7 @@ UNIT Dialogs;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -38,7 +38,7 @@ UNIT Drivers;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -58,7 +58,7 @@ UNIT FVCommon;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{$ifdef win32}
|
||||
|
@ -70,7 +70,7 @@ UNIT Gadgets;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -51,7 +51,7 @@ UNIT HistList;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -46,7 +46,7 @@
|
||||
UNIT Memory;
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
INTERFACE
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
@ -34,7 +34,7 @@ UNIT Menus;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -57,7 +57,7 @@ UNIT MsgBox;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -52,7 +52,7 @@ UNIT Time;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -26,7 +26,7 @@ UNIT timeddlg;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -49,7 +49,7 @@ UNIT Validate;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
@ -34,7 +34,7 @@ UNIT Views;
|
||||
{<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>}
|
||||
|
||||
{====Include file to sort compiler platform out =====================}
|
||||
{$I Platform.inc}
|
||||
{$I platform.inc}
|
||||
{====================================================================}
|
||||
|
||||
{==== Compiler directives ===========================================}
|
||||
|
Loading…
Reference in New Issue
Block a user