* patch from Florian

git-svn-id: trunk@9934 -
This commit is contained in:
marc 2006-09-18 21:14:35 +00:00
parent b64e9f0f2e
commit 89f440e1fe

View File

@ -857,7 +857,7 @@ type
PNMHdr = ^TNMHdr;
tagNMHDR = record
hwndFrom: HWND;
idFrom: UINT;
idFrom: UINT_PTR;
code: Integer;
end;
TNMHdr = tagNMHDR;