mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 19:00:27 +02:00
OpkMan: Use {$IFDEF MSWINDOWS} for used units when appropriate.
git-svn-id: trunk@54360 -
This commit is contained in:
parent
8537762cb8
commit
a41558d5cd
@ -32,12 +32,15 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, fpjson, fpjsonrtti, dateutils,
|
||||
// LazUtils
|
||||
Laz2_XMLCfg, LazFileUtils,
|
||||
Laz2_XMLCfg,
|
||||
// OpkMan
|
||||
opkman_timer, opkman_serializablepackages,
|
||||
opkman_options, opkman_common, opkman_const,
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF},
|
||||
{$IFDEF FPC311}zipper{$ELSE}opkman_zip{$ENDIF};
|
||||
opkman_options, opkman_common,
|
||||
{$IFDEF MSWINDOWS}
|
||||
LazFileUtils, opkman_const,
|
||||
{$IFDEF FPC311}zipper{$ELSE}opkman_zip{$ENDIF},
|
||||
{$ENDIF}
|
||||
{$IFDEF FPC311}fphttpclient{$ELSE}opkman_httpclient{$ENDIF};
|
||||
|
||||
const
|
||||
OpkVersion = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user