* fix LRESULT and WPARAM

git-svn-id: trunk@3302 -
This commit is contained in:
peter 2006-04-20 15:35:34 +00:00
parent b3f9b276f8
commit 638005f9d3

View File

@ -165,7 +165,7 @@
LPTSTR = Pchar;
{$endif}
LRESULT = longint;
LRESULT = LONG_PTR;
LPVOID = pointer;
LPCVOID = pointer;
@ -248,7 +248,7 @@
ULONG = cardinal;
USHORT = word;
WPARAM = Longint;
WPARAM = LONG_PTR;
PLPSTR = ^LPSTR;
PLPWStr= ^LPWStr;