* 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 -
This commit is contained in:
marco 2013-07-24 14:24:36 +00:00
parent 832b902df6
commit b33431775f

View File

@ -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}