Browse Source

* workaround for Lazarus include file browsing bug (Mantis #24778).
Committed because it is very unintrusive and actually improves the style
of the unit, though in essence it is a lazarus problem.

git-svn-id: trunk@25168 -

marco 12 năm trước cách đây
mục cha
commit
b33431775f

+ 6 - 6
packages/winunits-jedi/src/jwawindows.pas

@@ -363,9 +363,9 @@ The list has no order!}
 {$I JwaAccCtrl.pas}
 {$I JwaAccCtrl.pas}
 {$I JwaAclApi.pas}
 {$I JwaAclApi.pas}
 {$I JwaSddl.pas}
 {$I JwaSddl.pas}
-{$I JwaLmErr}
-{$I JwaLmCons}
-{$I JwaNtSecApi}
+{$I JwaLmErr.pas}
+{$I JwaLmCons.pas}
+{$I JwaNtSecApi.pas}
 {$I JwaWinCred.pas}
 {$I JwaWinCred.pas}
 {$I JwaWtsApi32.pas}
 {$I JwaWtsApi32.pas}
 {$I JwaWinIoctl.pas}
 {$I JwaWinIoctl.pas}
@@ -687,9 +687,9 @@ The list has no order!}
 {$I JwaAccCtrl.pas}
 {$I JwaAccCtrl.pas}
 {$I JwaAclApi.pas}
 {$I JwaAclApi.pas}
 {$I JwaSddl.pas}
 {$I JwaSddl.pas}
-{$I JwaLmErr}
-{$I JwaLmCons}
-{$I JwaNtSecApi}
+{$I JwaLmErr.pas}
+{$I JwaLmCons.pas}
+{$I JwaNtSecApi.pas}
 {$I JwaWinCred.pas}
 {$I JwaWinCred.pas}
 {$I JwaWtsApi32.pas}
 {$I JwaWtsApi32.pas}
 {$I JwaWinIoctl.pas}
 {$I JwaWinIoctl.pas}