LCL: removed fpc 2.0.2 workaround

git-svn-id: trunk@10852 -
This commit is contained in:
vincents 2007-04-02 20:31:24 +00:00
parent 122fc6244b
commit 0651529c0a

View File

@ -129,9 +129,6 @@ type
LPARAM = Windows.LPARAM;
LRESULT = Windows.LRESULT;
{$if defined(VER2_0_2)}
ULONG_PTR = type PtrUInt;
{$endif}
{$endif}
TLCLIntfHandle = type THandle;