Re: [fpc-devel]proposition changes in unit TYPES

2003-10-02 Thread Peter Vreman
> I try use FPC 1.1 for Windows > and I have problem with some of types declarations > for example THandle is declared many times > > in WINDOWS.PP (base.inc) is: > > Thandle= HANDLE = type Cardinal; > > in CLASSES (classesh.inc) > THANDLE = longint; > > in SYSUTILS > > with other types like PO

[fpc-devel]proposition changes in unit TYPES

2003-10-02 Thread darekM
I try use FPC 1.1 for Windowsand I have problem with some of types declarationsfor example THandle is declared many timesin WINDOWS.PP (base.inc) is:  Thandle= HANDLE = type Cardinal;in CLASSES (classesh.inc)  THANDLE = longint;in SYSUTILSwith other types like POINT RECT I have similar probl