Pārlūkot izejas kodu

* Add include file to fpmake.pp

git-svn-id: trunk@32145 -
joost 9 gadi atpakaļ
vecāks
revīzija
26f0d7a8a9
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      packages/fcl-registry/fpmake.pp

+ 2 - 1
packages/fcl-registry/fpmake.pp

@@ -35,7 +35,8 @@ begin
       with T.Dependencies do
         begin
           AddInclude('regdef.inc');
-          AddInclude('xregreg.inc');
+          AddInclude('winreg.inc',AllWindowsOSes);
+          AddInclude('xregreg.inc',AllOSes-AllWindowsOSes);
           AddInclude('regini.inc');
           AddUnit('xmlreg');
         end;