Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Which packages to use for Indy10 in Rad Studio 2007

www.cryer.info
Managed Newsgroup Archive

Re: Which packages to use for Indy10 in Rad Studio 2007

Subject:Re: Which packages to use for Indy10 in Rad Studio 2007
Posted by:"Dennis Passmore" (somewhe..@someplace.com)
Date:Mon, 8 Oct 2007 19:24:22

> Whoever checked in that change clearly did not test it before doing so.

The declaration is clearly defined as

{$IFDEF USEBASEUNIX}
  TIdPID = TPid;
  TIdThreadId = TThreadId;
  TIdThreadPriority = TThreadPriority;
{$ENDIF}

so it is not used at all in Win32 code

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive