From b33431775fb3b8f54b4df9c823bbfffca33fc42e Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 24 Jul 2013 14:24:36 +0000 Subject: [PATCH] * 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 - --- packages/winunits-jedi/src/jwawindows.pas | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/winunits-jedi/src/jwawindows.pas b/packages/winunits-jedi/src/jwawindows.pas index c3602c2cf2..3ae42a8998 100644 --- a/packages/winunits-jedi/src/jwawindows.pas +++ b/packages/winunits-jedi/src/jwawindows.pas @@ -363,9 +363,9 @@ The list has no order!} {$I JwaAccCtrl.pas} {$I JwaAclApi.pas} {$I JwaSddl.pas} -{$I JwaLmErr} -{$I JwaLmCons} -{$I JwaNtSecApi} +{$I JwaLmErr.pas} +{$I JwaLmCons.pas} +{$I JwaNtSecApi.pas} {$I JwaWinCred.pas} {$I JwaWtsApi32.pas} {$I JwaWinIoctl.pas} @@ -687,9 +687,9 @@ The list has no order!} {$I JwaAccCtrl.pas} {$I JwaAclApi.pas} {$I JwaSddl.pas} -{$I JwaLmErr} -{$I JwaLmCons} -{$I JwaNtSecApi} +{$I JwaLmErr.pas} +{$I JwaLmCons.pas} +{$I JwaNtSecApi.pas} {$I JwaWinCred.pas} {$I JwaWtsApi32.pas} {$I JwaWinIoctl.pas}