mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:12:30 +02:00
Opkman: Fix an error in earlier Amiga support commit.
git-svn-id: trunk@53868 -
This commit is contained in:
parent
a8646edc09
commit
dd1798755f
@ -335,7 +335,7 @@ Function EncodeURLElement(S : String) : String;
|
||||
Function DecodeURLElement(Const S : String) : String;
|
||||
|
||||
implementation
|
||||
{$IFnDEF(HASAMIGA)}
|
||||
{$IFnDEF HASAMIGA}
|
||||
uses sslsockets;
|
||||
{$ENDIF}
|
||||
|
||||
@ -545,7 +545,7 @@ begin
|
||||
if Assigned(FonGetSocketHandler) then
|
||||
FOnGetSocketHandler(Self,UseSSL,Result);
|
||||
if (Result=Nil) then
|
||||
{$IFnDEF(HASAMIGA)}
|
||||
{$IFnDEF HASAMIGA}
|
||||
If UseSSL then
|
||||
Result:=TSSLSocketHandler.Create
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user