فهرست منبع

fixed compilation for amiga-likes after r40769

git-svn-id: trunk@40770 -
marcus 6 سال پیش
والد
کامیت
e3126bdf3d
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      packages/fcl-net/fpmake.pp
  2. 1 2
      packages/fcl-web/src/base/fphttpclient.pp

+ 1 - 1
packages/fcl-net/fpmake.pp

@@ -57,7 +57,7 @@ begin
           AddUnit('resolve');
         end;
     T.ResourceStrings := True;
-    T:=P.Targets.AddUnit('sslsockets.pp',AllUnixOSes+AllWindowsOSes);
+    T:=P.Targets.AddUnit('sslsockets.pp',AllUnixOSes+AllWindowsOSes+AllAmigaLikeOSes);
       with T.Dependencies do
         begin
           AddUnit('ssockets');

+ 1 - 2
packages/fcl-web/src/base/fphttpclient.pp

@@ -365,9 +365,8 @@ Function EncodeURLElement(S : String) : String;
 Function DecodeURLElement(Const S : String) : String;
 
 implementation
-{$if not defined(hasamiga)}
+
 uses sslsockets;
-{$endif}
 
 resourcestring
   SErrInvalidProtocol = 'Invalid protocol : "%s"';