Maurizio Lotauro wrote:
> Scrive Arno Garrels <[EMAIL PROTECTED]>:
> 
>> Primo¾ Gabrijelèiè wrote:
>>> I don't remember what that was all about. Probably pre-D4 stuff?
>> 
>> Hmm, I think it can be removed but not for sure, that's why I'm
>> asking. At least I can't see a reason why it was required. May be
>> someone can remember ?
> 
> I don't know, but just a guess. Is it possible that in the first
> release of D4 

It's declared as u_int in winsock.pas of the D4 CD run-image, it's
even the same in D3.

I can remove it from OverbyteIcsWSocket.pas given this line is added
to OverbyteIcsWinsock.pas: 

type
  {$EXTERNALSYM TSocket}
  TSocket     = Winsock.TSocket;

Then the following uses-entries for BCB can be removed from
OverbyteIcsWSocket.pas as well:

{$IFDEF WIN32}
{$IFDEF BCB}
  Windows, SysUtils, Winsock,
{$ENDIF}
{$ENDIF}
      
 
--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to