Browse Source

* Add include file to fpmake.pp

git-svn-id: trunk@32146 -
joost 9 years ago
parent
commit
74e9510476
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/gtk2/fpmake.pp

+ 1 - 0
packages/gtk2/fpmake.pp

@@ -441,6 +441,7 @@ begin
           AddInclude('gmarshal.inc');
           AddInclude('gincludes.inc');
           AddInclude('goption.inc');
+          AddInclude('gwin32.inc',AllWindowsOSes);
         end;
     T:=P.Targets.AddImplicitUnit('src/gtk+/gtk/gtk2.pas');
       T.IncludePath.Add('src/gtk+/gtk');