* 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; LPTSTR = Pchar;
{$endif} {$endif}
LRESULT = longint; LRESULT = LONG_PTR;
LPVOID = pointer; LPVOID = pointer;
LPCVOID = pointer; LPCVOID = pointer;
@ -248,7 +248,7 @@
ULONG = cardinal; ULONG = cardinal;
USHORT = word; USHORT = word;
WPARAM = Longint; WPARAM = LONG_PTR;
PLPSTR = ^LPSTR; PLPSTR = ^LPSTR;
PLPWStr= ^LPWStr; PLPWStr= ^LPWStr;