X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/e27ef2c6aab3a2a8051314bd37bb3b2386775f36..b75c4f1cb9e048c35d3242cece45de07eb43282e:/binipstuff.pas?ds=inline diff --git a/binipstuff.pas b/binipstuff.pas index ae3d23a..7c6fc89 100644 --- a/binipstuff.pas +++ b/binipstuff.pas @@ -8,9 +8,9 @@ interface {$include lcoreconfig.inc} -uses - {$ifndef win32}{$ifdef ipv6}sockets,{$endif}{$endif} - pgtypes; +{$ifndef win32} +uses sockets; +{$endif} {$ifdef fpc} {$mode delphi}