* Fix problem reported by Pierre

This commit is contained in:
Michaël Van Canneyt 2022-09-20 16:53:34 +02:00
parent 4f9acc10f0
commit dcc0b706bc

View File

@ -18,6 +18,12 @@ interface
uses
// This must be here, to prevent it from overriding the sockets definitions... :/
{$ifdef unix}
BaseUnix,Unix,
{$endif}
{$ifdef windows}
winsock2, windows,
{$endif}
SysUtils, Classes, ctypes, sockets;
type
@ -330,12 +336,6 @@ type
Implementation
uses
{$ifdef unix}
BaseUnix,Unix,
{$endif}
{$ifdef windows}
winsock2, windows,
{$endif}
resolve;
Const