> 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
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