mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +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}
|
||||
{ do not depend on the classes unit }
|
||||
{$DEFINE NOCLASSES}
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{ include the original file }
|
||||
{$i ../../epiktimer/epiktimer.pas}
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
Unit CPUInfo;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
Interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user