[fpc-devel] possible 'dynlibs' unit issue

Michael Van Canneyt michael at freepascal.org
Tue Jan 19 13:24:38 CET 2010



On Tue, 19 Jan 2010, Graeme Geldenhuys wrote:

>
> Hi,
>
> In the file rtl/unix/dynlibs.inc there is the following definition.
> ----------------
> Type
>  { using PtrInt here is compliant with the other platforms }
>  TLibHandle = PtrInt;
>
> --------------------
>
> Shouldn't that rather be PtrUInt type?  After all, PtrUInt was recommended
> on the wiki.

Why should it be better ? It doesn't really matter anyway. 
Anyone relying on the actual type is doing something wrong in each case.

Michael.



More information about the fpc-devel mailing list