mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:29:24 +02:00
Add {$i fpcdefs.inc} to units that do not have that include
git-svn-id: trunk@47599 -
This commit is contained in:
parent
c4dd3b661a
commit
48271b880c
@ -25,6 +25,9 @@
|
|||||||
{$define epiktimer:=cepiktimer}
|
{$define epiktimer:=cepiktimer}
|
||||||
{ do not depend on the classes unit }
|
{ do not depend on the classes unit }
|
||||||
{$DEFINE NOCLASSES}
|
{$DEFINE NOCLASSES}
|
||||||
|
|
||||||
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
{ include the original file }
|
{ include the original file }
|
||||||
{$i ../../epiktimer/epiktimer.pas}
|
{$i ../../epiktimer/epiktimer.pas}
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
Unit CPUInfo;
|
Unit CPUInfo;
|
||||||
|
|
||||||
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
Interface
|
Interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user